Skip to content

Commit

Permalink
Part of OpenHistoricalMap/issues#786, adjusting workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise committed Jul 11, 2024
1 parent b362835 commit d215a9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ohm.upstream-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
run: |
git branch --all
# - name: Delete previous sacrificial branch
# run: |
# git branch -D 'the-sacrifice'
- name: Delete previous sacrificial branch
run: |
git branch -D origin/the-sacrifice
# - name: Create new sacrificial branch
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d215a9a

Please sign in to comment.