الملفات
Github-Actions-Pipeline/.github/workflows/cicd.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 15: mapping key "run" already defined at line 14
2025-09-29 21:04:29 +03:00

18 أسطر
303 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
run: mkdir jemy
- name: list files
run: ls -la