We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048f059 commit 3814fc7Copy full SHA for 3814fc7
.github/workflows/sync.yml
@@ -27,10 +27,10 @@ jobs:
27
echo "UPSTREAM_COMMITS=$UPSTREAM_COMMITS" >> $GITHUB_ENV
28
if [ "$UPSTREAM_COMMITS" -eq "0" ]; then
29
echo "No new commits in upstream. Exiting."
30
- echo "UPDATE=true" >> $GITHUB_ENV
31
exit 0
32
fi
33
echo "New commits detected: $UPSTREAM_COMMITS"
+ echo "UPDATE=true" >> $GITHUB_ENV
34
35
- name: Save Current Commit
36
if: env.UPDATE == 'true'
0 commit comments