Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam authored Nov 1, 2022
1 parent d8fbcb7 commit e6f8f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
with: {name: dist, path: ./dist/, retention-days: 1}

- id: state
run: echo "::set-output name=changed::`git diff --diff-filter=ACMUXTR --name-only | grep dist/ > /dev/null && echo 'true' || echo 'false'`"
run: echo "changed=`git diff --diff-filter=ACMUXTR --name-only | grep dist/ > /dev/null && echo 'true' || echo 'false'`" >> $GITHUB_STATE

commit-and-push-fresh-dist:
name: Commit and push fresh distributive
Expand Down

0 comments on commit e6f8f15

Please sign in to comment.