From 904868bbfd6c487ccfeda1f4670f16cac6f99335 Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Wed, 18 Sep 2024 05:21:23 -0600 Subject: [PATCH] oh, whoops --- .github/workflows/check.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d7e9072..80413d7 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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 @@ -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....."