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 9457df2 commit e3a6209
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ohm.upstream-sync.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: OHM Upstream Sync

on:
push:
branches:
- main
schedule:
- cron: "20 5,17 * * *"
workflow_dispatch:
Expand Down Expand Up @@ -44,7 +47,7 @@ jobs:
git branch --all | egrep 'main|master|sacrifice'
- name: Check out new sacrificial branch
uses: peterjgrainger/action-create-branch@v3.0.0
uses: peterjgrainger/action-create-branch@v2.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit e3a6209

Please sign in to comment.