Skip to content

Commit

Permalink
Correction erreurs de syntaxe
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Coiffier committed Nov 29, 2024
1 parent 43450d8 commit c29b49e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-test-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ on:
env: ${{ inputs.env }}
runs-on: ubuntu-latest
steps:
- name: First step: show variable
run: |
echo $VAR_1
- name: First step: show variable
run: |
echo $VAR_1
job-2:
name: Some job no. 2
env: ${{ inputs.env }}
runs-on: ubuntu-latest
steps:
- name: First step: show variable
run: |
echo $VAR_2
- name: First step: show variable
run: |
echo $VAR_2

0 comments on commit c29b49e

Please sign in to comment.