Skip to content

Commit ce9a861

Browse files
committed
test
1 parent 40bcb1f commit ce9a861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
else
5757
git checkout $branch
5858
fi
59-
bash -c "IDF_BRANCH=$branch ./tools/check-deploy-needed.sh"
59+
bash -c "export IDF_BRANCH=$branch; ./tools/check-deploy-needed.sh"
6060
#if [ "$DEPLOY_NEEDED" == "1" ]; then
6161
echo "DEPLOY_NEEDED = $DEPLOY_NEEDED"
6262
branches+="\"$branch\","

0 commit comments

Comments
 (0)