Skip to content

Commit f7445e8

Browse files
committed
test
1 parent ae010e2 commit f7445e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cron.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
else
5959
git checkout $branch
6060
fi
61-
bash -c "export IDF_BRANCH=$branch; ./tools/check-deploy-needed.sh"
61+
export IDF_BRANCH=$branch
62+
source ./tools/check-deploy-needed.sh"
6263
#if [ "$DEPLOY_NEEDED" == "1" ]; then
6364
echo "DEPLOY_NEEDED = $DEPLOY_NEEDED"
6465
branches+="\"$branch\","

0 commit comments

Comments
 (0)