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 25d851d commit 904868b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
repository: 'mercuryworkshop/anuraos'
submodules: 'recursive'
ref: 'v2.0'
path: 'anuraos'

- name: Checkout my repo
uses: actions/checkout@v4
with:
submodules: 'recursive'
path: 'create-anura-app'

- 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 @@ -53,6 +53,7 @@ jobs:
- name: Check for new commits
run: |
bash
cd ..anuraos/
output=$(git log --since="2 days ago")
if [[ -n "$output" ]]; then
echo "New commits! Generating new template files....."
Expand Down

0 comments on commit 904868b

Please sign in to comment.