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 4f7197b commit ec8e7e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ohm.upstream-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: List all branches
run: |
git branch --all | egrep 'main|master|sacrifice|candidate'
- name: Check out 'release-candidate', our new sacrificial branch
uses: actions/checkout@v4
env:
Expand All @@ -63,6 +59,10 @@ jobs:
ref: 'release-candidate'
fetch-depth: 0

- name: List all branches
run: |
git branch --all | egrep 'main|master|sacrifice|candidate'
- name: Make our scripts executable
run: chmod +x ./scripts/*.sh
- name: Preserve upstream docs
Expand All @@ -78,4 +78,4 @@ jobs:

- name: Push updates
run: |
git push origin/release-candidate
git push release-candidate

0 comments on commit ec8e7e2

Please sign in to comment.