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 6e0bffa commit 494c9ef
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ohm.upstream-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,7 @@ jobs:
run: |
git branch --all
# - name: Check out sacrificial branch
# uses: actions/checkout@v4
# with:
# fetch-depth: 0
# ref: 'the-sacrifice'
# - name: Make our script executable
# run: chmod +x ./scripts/upstream_sync.sh
# - name: Run sync script
# run: ./scripts/upstream_sync.sh
- name: Make our script executable
run: chmod +x ./scripts/upstream_sync.sh
- name: Run sync script
run: ./scripts/upstream_sync.sh

0 comments on commit 494c9ef

Please sign in to comment.