From ba6795f591d562832fbecec682aa991dfdb26626 Mon Sep 17 00:00:00 2001 From: Lily Wang Date: Mon, 27 May 2024 23:34:48 +1000 Subject: [PATCH] its called act-latest now? --- .github/actions/run-cookie-ci/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/run-cookie-ci/action.yaml b/.github/actions/run-cookie-ci/action.yaml index f82bbef..16eb523 100644 --- a/.github/actions/run-cookie-ci/action.yaml +++ b/.github/actions/run-cookie-ci/action.yaml @@ -50,7 +50,7 @@ runs: - name: Build Act image shell: bash working-directory: ${{ github.action_path }} - run: docker build -t act-conda image + run: docker build -t act-latest image - name: Run cookiecutter CI working-directory: ${{ inputs.source-directory }} @@ -59,4 +59,4 @@ runs: docker images # sed -i -e 's/fail_ci_if_error: true/fail_ci_if_error: false/g' .github/workflows/gh-ci.yaml cat .github/workflows/gh-ci.yaml - act --job main-tests --platform ubuntu-latest=act-conda -s CODECOV_TOKEN=${{ inputs.CODECOV_TOKEN }} + act --job main-tests --platform ubuntu-latest=act-latest -s CODECOV_TOKEN=${{ inputs.CODECOV_TOKEN }}