We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40bcb1f commit ce9a861Copy full SHA for ce9a861
.github/workflows/cron.yml
@@ -56,7 +56,7 @@ jobs:
56
else
57
git checkout $branch
58
fi
59
- bash -c "IDF_BRANCH=$branch ./tools/check-deploy-needed.sh"
+ bash -c "export IDF_BRANCH=$branch; ./tools/check-deploy-needed.sh"
60
#if [ "$DEPLOY_NEEDED" == "1" ]; then
61
echo "DEPLOY_NEEDED = $DEPLOY_NEEDED"
62
branches+="\"$branch\","
0 commit comments