Skip to content

Commit

Permalink
Merge pull request #5532 from MetRonnie/actions
Browse files Browse the repository at this point in the history
GH Actions patch
  • Loading branch information
oliver-sanders authored May 11, 2023
2 parents 176be8e + 6f34c7f commit d756e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
id: diff
if: steps.merge.outcome == 'success'
run: |
if [[ "$(git rev-parse HEAD)" == "$(git rev-parse master)" ]]; then
if [[ "$(git rev-parse HEAD)" == "$(git rev-parse origin/master)" ]]; then
echo "::notice::master is up to date with $BRANCH"
exit 0
fi
Expand Down

0 comments on commit d756e69

Please sign in to comment.