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 81262ae commit c39ea2e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ohm.upstream-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
run:
shell: bash
steps:
- name: Clear repository
run: sudo rm -fr $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE

- name: Check out our repository
uses: actions/checkout@v4
env:
Expand Down Expand Up @@ -52,7 +49,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
branch: 'the-sacrifice'
sha: "${GITHUB_SHA}"

- name: List relevant branches & script directories
run: |
Expand All @@ -66,7 +62,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
fetch-depth: 0
ref: 'the-sacrifice'
ref: "${GITHUB_SHA}"

- name: List relevant branches & script directories
run: |
Expand Down

0 comments on commit c39ea2e

Please sign in to comment.