Skip to content

Commit

Permalink
Correction erreurs de syntaxe #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Coiffier committed Nov 29, 2024
1 parent ddf8004 commit fc3e361
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-test-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ 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 fc3e361

Please sign in to comment.