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 6b0a0e6 commit de2d903Copy full SHA for de2d903
tools/check-deploy-needed.sh
@@ -119,7 +119,7 @@ echo "LIBS_ASSET_ID: $LIBS_ASSET_ID"
119
echo "LIBS_HAS_ASSET: $LIBS_HAS_ASSET"
120
echo "DEPLOY_NEEDED: $DEPLOY_NEEDED"
121
122
-if [ ! -x $GITHUB_OUTPUT ]; then
+if [ -n "$GITHUB_OUTPUT" ]; then
123
echo "idf_commit=$IDF_COMMIT" >> "$GITHUB_OUTPUT"
124
echo "ar_branch=$AR_BRANCH" >> "$GITHUB_OUTPUT"
125
echo "ar_new_commit_message=$AR_NEW_COMMIT_MESSAGE" >> "$GITHUB_OUTPUT"
0 commit comments