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 2344cd4 commit c791b16
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ohm.upstream-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
fetch-depth: 0
ref: '885-ci-for-tasking-manager'

- name: List relevant branches & script directories
run: |
git status
git branch --all | egrep '\/main$|\/master$|sacrifice|candidate'
ls -lR ./scripts/ohm
Expand All @@ -37,6 +39,7 @@ jobs:
- name: List relevant branches & script directories
run: |
git status
git branch --all | egrep '\/main$|\/master$|sacrifice|candidate'
ls -lR ./scripts/ohm
Expand All @@ -59,6 +62,7 @@ jobs:

- name: List relevant branches & script directories
run: |
git status
git branch --all | egrep '\/main$|\/master$|sacrifice|candidate'
ls -lR ./scripts/ohm
Expand All @@ -68,7 +72,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
branch: 'the-sacrifice'
sha: "${GITHUB_SHA}"

- name: Check out our new sacrificial branch
uses: actions/checkout@v4
Expand All @@ -80,6 +83,7 @@ jobs:

- name: List relevant branches & script directories
run: |
git status
git branch --all | egrep '\/main$|\/master$|sacrifice|candidate'
ls -lR ./scripts/ohm
Expand Down

0 comments on commit c791b16

Please sign in to comment.