Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sguiheux committed Jun 20, 2024
1 parent 0e44f54 commit 8930c7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
needs: [toto]
steps:
- uses: actions/checkout@v4
- run: echo "${{ vars.ENV_VAR}} - ${{ secrets.ENV_SECRET}}"
id: checkout
- run: echo "${{ vars.ENV_VAR}} - ${{ secrets.ENV_SECRET}}" >> $GITHUB_OUPUT
id: poupou
- name: Display github context
run: |
echo "Steps context:"
Expand Down

0 comments on commit 8930c7c

Please sign in to comment.