diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 66f74c5..58fa9b5 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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....."