Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thatrandomperson5 authored Dec 12, 2022
1 parent 1ad332d commit 202b34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:
- run: echo "ARGS=$ARGS -e $ITEM" >>${GITHUB_ENV}
shell: bash
env:
ITEM: ${{ join($EXCLUDE, ' -e ') }}
ITEM: ${{ join(env.EXCLUDE, ' -e ') }}



Expand Down

0 comments on commit 202b34c

Please sign in to comment.