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

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

عرض الملف

@@ -6,13 +6,12 @@ on:
- main
jobs:
example-job:
steps:
- name: print a welcome message
run: echo "welcome to our first github actions workflow"
steps:
- name: print a welcome message
run: echo "welcome to our first github actions workflow"
- name: checkout repository
uses: actions/checkout@v5.0.0
- name: checkout repository
uses: actions/checkout@v5.0.0
- name: List repository files
run: ls -la
- name: List repository files
run: ls -la