diff --git a/.github/workflows/bats.yml b/.github/workflows/bats.yml index a1d349d..cb7d185 100644 --- a/.github/workflows/bats.yml +++ b/.github/workflows/bats.yml @@ -15,8 +15,8 @@ jobs: id: setup-bats uses: bats-core/bats-action@3.0.0 with: - support-path: ${{ github_workspace }}/tests/test_helper/bats-support - assert-path: ${{ github_workspace }}/tests/test_helper/bats-assert + support-path: ${{ github.workspace }}/tests/test_helper/bats-support + assert-path: ${{ github.workspace }}/tests/test_helper/bats-assert - name: ar.bash bats test shell: bash env: