Skip to content

Commit

Permalink
Ok, this should work (ish)
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Sep 18, 2024
1 parent b251aa7 commit bedc9b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
with:
repository: 'mercuryworkshop/anuraos'
submodules: 'recursive'
path: anura
ref: 'v2.0'
- name: Check for new commits
run: |
bash
cd anura/ && git checkout v2.0
output=$(git log --since="2 days ago")
if [[ -n "$output" ]]; then
echo "new commits! Generating new template files....."
Expand Down

0 comments on commit bedc9b3

Please sign in to comment.