mirror of
https://github.com/actions/labeler.git
synced 2025-12-12 04:27:34 +00:00
f
This commit is contained in:
2
.github/workflows/check_dist.yml
vendored
2
.github/workflows/check_dist.yml
vendored
@@ -31,4 +31,4 @@ jobs:
|
||||
# git push --set-upstream origin bots/updateGitHubDependencies-${{github.run_number}}
|
||||
# fi
|
||||
- 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