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 9999ff6 commit b6c4800
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ohm.upstream-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ jobs:
uses: peterjgrainger/[email protected]
with:
branch: 'the-sacrifice'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check out our repository
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: 'the-sacrifice'
- name: Check out the upstream repository
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
UPSTREAM: https://github.com/tyrasd/overpass-turbo
run: |
git config --global user.name "github-actions"
Expand Down

0 comments on commit b6c4800

Please sign in to comment.