Skip to content

Commit

Permalink
Correction erreurs de syntaxe #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Coiffier committed Nov 29, 2024
1 parent fc3e361 commit c958a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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
- 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
- name: "First step: show variable"
run: echo $VAR_2

0 comments on commit c958a70

Please sign in to comment.