الملفات
Github-Actions-Pipeline/.github/workflows/cicd.yml
ahmedgamalyousef a8990144d1
نجحت جميع الفحوصات
my first workflow on GitPasha / my-first-job (push) Successful in 3s
Creating first Workflow
2025-09-29 21:05:51 +03:00

17 أسطر
279 B
YAML

name: my first workflow on GitPasha
on:
push:
branches: [ main ]
jobs:
my-first-job:
steps:
- name: say hello
run: echo "Hello World"
- name: create files & directories
run: touch access.log
- name: list files
run: ls -la