Skip to content

Commit

Permalink
update workflow tester 46
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Falourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Jul 20, 2022
1 parent 657be2a commit 899c7c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-tester46.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo $GITHUB_EVENT_NAME
- run: echo "GITHUB_EVENT_NAME =1234" >> $GITHUB_ENV
- run: echo ${{ env.GITHUB_EVENT_NAME }}
- run: echo "GITHUB_EVENT_NAME=1234" >> $GITHUB_ENV
- run: echo "${{ env.GITHUB_EVENT_NAME }}"

0 comments on commit 899c7c0

Please sign in to comment.