formatted workflows

هذا الالتزام موجود في:
Chris Ayers
2023-10-01 23:00:42 +00:00
الأصل d05871b323
التزام 7720922c15
19 ملفات معدلة مع 136 إضافات و143 حذوفات

عرض الملف

@@ -6,9 +6,9 @@ name: 03 Steps
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@@ -47,7 +47,7 @@ jobs:
continue-on-error: true
run: |
print %ENV
shell: perl {0}
shell: perl {0}
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
# Reference a specific commit
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5
@@ -57,4 +57,3 @@ jobs:
- uses: actions/checkout@v4
# Reference a branch
- uses: actions/checkout@main