Update main.yml

هذا الالتزام موجود في:
2025-09-28 11:26:58 +03:00
ملتزم من قبل GitHub
الأصل 2d1c7312d3
التزام d32b3ac426

عرض الملف

@@ -12,3 +12,8 @@ jobs:
- name: print a welcome message - name: print a welcome message
run: echo "welcome to our first github actions workflow" run: echo "welcome to our first github actions workflow"
- name: checkout repository
uses: actions/checkout@v5.0.0
- name: List repository files
run: ls -la