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 38e37eb commit 56ef08aCopy full SHA for 56ef08a
.github/workflows/update-from-template.yml
@@ -211,6 +211,8 @@ jobs:
211
echo "Checking if update-branch-merged exists"
212
git fetch
213
if [[ $(git rev-parse origin/${{ env.UPDATE_BRANCH_MERGED }}) ]]; then
214
+ echo "Branch still exists; Continuing..."
215
+ else
216
echo "Branch origin/${{ env.UPDATE_BRANCH_MERGED }} is missing"
217
exit 0
218
fi
@@ -274,6 +276,8 @@ jobs:
274
276
echo "Fetching..."
275
277
278
279
280
281
282
283
0 commit comments