Skip to content

Commit

Permalink
oh, whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Sep 18, 2024
1 parent 904868b commit 29b90a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: 'mercuryworkshop/anuraos'
submodules: 'recursive'
ref: 'v2.0'
path: 'anuraos'
submodules: 'recursive'

- name: Checkout my repo
- name: Checkout anura
uses: actions/checkout@v4
with:
repository: 'mercuryworkshop/anuraos'
submodules: 'recursive'
ref: 'v2.0'
path: 'anuraos'

- name: Install other silly deps
run: sudo apt update && sudo apt install inotify-tools binaryen wget make gcc uuid-runtime jq
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
output=$(git log --since="2 days ago")
if [[ -n "$output" ]]; then
echo "New commits! Generating new template files....."
cd ../create-anura-app/
cd -
make all
git add .
git commit -m "Update templates with newer files..." --author="create-anura-app[bot] <[email protected]>"
Expand Down

0 comments on commit 29b90a5

Please sign in to comment.