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 f1b407c commit 53c6030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ohm.upstream-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ jobs:
git branch --all | egrep 'main|master|sacrifice|candidate'
- name: Make our scripts executable
run: chmod +x ./scripts/*.sh
run: chmod +x ./scripts/ohm/*.sh
- name: Preserve upstream docs
run: ./scripts/preserve_upstream_docs.sh
run: ./scripts/ohm/preserve_upstream_docs.sh

# - name: Start the merge
# run: |
Expand Down

0 comments on commit 53c6030

Please sign in to comment.