mirror of
https://github.com/actions/labeler
synced 2026-09-25 23:21:47 +02:00
f
This commit is contained in:
@@ -31,4 +31,4 @@ jobs:
|
|||||||
# git push --set-upstream origin bots/updateGitHubDependencies-${{github.run_number}}
|
# git push --set-upstream origin bots/updateGitHubDependencies-${{github.run_number}}
|
||||||
# fi
|
# fi
|
||||||
- run: |
|
- run: |
|
||||||
git diff dist/index.js && echo "Changes detected to dist/index.js! Please run npm run build and commit the result." && exit 1
|
git diff --exit-code dist/index.js || (echo "Changes detected to dist/index.js! Please run \`npm run build\` and commit the result." >&2 ; exit 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user