We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7445e8 commit 929755eCopy full SHA for 929755e
.github/workflows/cron.yml
@@ -59,7 +59,7 @@ jobs:
59
git checkout $branch
60
fi
61
export IDF_BRANCH=$branch
62
- source ./tools/check-deploy-needed.sh"
+ source ./tools/check-deploy-needed.sh
63
#if [ "$DEPLOY_NEEDED" == "1" ]; then
64
echo "DEPLOY_NEEDED = $DEPLOY_NEEDED"
65
branches+="\"$branch\","
0 commit comments