Skip to content

Commit

Permalink
fix: set +e
Browse files Browse the repository at this point in the history
  • Loading branch information
svennjegac committed Oct 4, 2023
1 parent f751235 commit 634068e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/upstream-sync-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
schedule:
- cron: '*/5 * * * *'
jobs:
merge:
upstream-sync-check:
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -20,6 +20,8 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_MENTIONS: ${{ secrets.SLACK_MENTIONS }}
run: |
set +e
# Get SHA of the latest commit on from original Git repo (UPSTREAM).
UPSTREAM_SHA=$(git ls-remote $UPSTREAM $UPSTREAM_BRANCH | awk '{print $1;}')
echo "Upstream SHA: $UPSTREAM_SHA"
Expand Down

0 comments on commit 634068e

Please sign in to comment.