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 7a3f14f commit 0ef1fc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ohm.upstream-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ jobs:
run: |
git branch --all | egrep 'main|master|sacrifice|candidate'
- name: List script directories
run: |
ls -lR ./scripts
- name: Make our scripts executable
run: chmod +x ./scripts/ohm/*.sh
- name: Preserve upstream docs
Expand Down
2 changes: 1 addition & 1 deletion scripts/ohm/preserve_upstream_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ for i in $(git ls-tree upstream/master --name-only); do
git show upstream/master:$i > upstream/$i
fi
done
# git show upstream/master:LICENSE.txt > upstream/LICENSE
git show upstream/master:LICENSE.txt > upstream/LICENSE.txt
git add upstream
if [ -n "$(git status --porcelain)" ]; then
git commit -m 'Preserving upstream markdown & text files.'
Expand Down

0 comments on commit 0ef1fc1

Please sign in to comment.