We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b07df commit 544722dCopy full SHA for 544722d
.github/workflows/auto-update.yml
@@ -62,13 +62,13 @@ jobs:
62
cd /
63
rm -rf /tmp/npm-check
64
65
- if [ "$CURRENT_HASH" = "$NPM_HASH" ] && [ -n "$NPM_HASH" ]; then
66
- echo "No update needed, contentHash is the same"
67
- echo "skip=true" >> $GITHUB_OUTPUT
68
- else
69
- echo "Update needed, contentHash is different"
70
- echo "skip=false" >> $GITHUB_OUTPUT
71
- fi
+ # if [ "$CURRENT_HASH" = "$NPM_HASH" ] && [ -n "$NPM_HASH" ]; then
+ # echo "No update needed, contentHash is the same"
+ # echo "skip=true" >> $GITHUB_OUTPUT
+ # else
+ # echo "Update needed, contentHash is different"
+ # echo "skip=false" >> $GITHUB_OUTPUT
+ # fi
72
73
- name: Build project
74
if: steps.check-update.outputs.skip != 'true'
0 commit comments