update
نجحت جميع الفحوصات
00 Basic Workflow / build (push) Successful in 6s

هذا الالتزام موجود في:
2025-09-29 12:10:01 +03:00
الأصل 20d51b9e50
التزام 4aaea70d56

عرض الملف

@@ -6,14 +6,13 @@ on:
- main - main
jobs: jobs:
example-job: example-job:
runs-on: ubuntu
steps: steps:
- 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 - name: checkout repository
uses: actions/checkout@v5.0.0 uses: actions/checkout@v5.0.0
- name: List repository files - name: List repository files
run: ls -la run: ls -la