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 8e36bef commit 6e0bffa
Show file tree
Hide file tree
Showing 2 changed files with 483 additions and 10 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/ohm.upstream-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,18 @@ jobs:
run: |
git branch --remote -D origin/the-sacrifice
- name: Create new sacrificial branch
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: peterjgrainger/[email protected]
# - name: Create new sacrificial branch
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# uses: peterjgrainger/[email protected]
# with:
# branch: 'the-sacrifice'

- name: Check out new sacrificial branch
uses: actions/checkout@v4
with:
branch: 'the-sacrifice'
fetch-depth: 0
ref: 'the-sacrifice'

- name: List all branches
run: |
Expand Down
Loading

0 comments on commit 6e0bffa

Please sign in to comment.