Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise committed Sep 13, 2024
1 parent c791b16 commit 63466c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ohm.upstream-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ jobs:
with:
branch: 'the-sacrifice'

- name: List relevant branches & script directories
run: |
git status
git branch --all | egrep '\/main$|\/master$|sacrifice|candidate'
ls -lR ./scripts/ohm
- name: Check out our new sacrificial branch
uses: actions/checkout@v4
env:
Expand Down

0 comments on commit 63466c6

Please sign in to comment.