diff --git a/.github/workflows/ohm.upstream-sync.yml b/.github/workflows/ohm.upstream-sync.yml index d4967531..93e0b40a 100644 --- a/.github/workflows/ohm.upstream-sync.yml +++ b/.github/workflows/ohm.upstream-sync.yml @@ -56,12 +56,7 @@ jobs: run: | git branch --all -# - name: Check out sacrificial branch -# uses: actions/checkout@v4 -# with: -# fetch-depth: 0 -# ref: 'the-sacrifice' -# - name: Make our script executable -# run: chmod +x ./scripts/upstream_sync.sh -# - name: Run sync script -# run: ./scripts/upstream_sync.sh + - name: Make our script executable + run: chmod +x ./scripts/upstream_sync.sh + - name: Run sync script + run: ./scripts/upstream_sync.sh