From 37b0a9178ba031eee28c4d2d005699a489a6cf5d Mon Sep 17 00:00:00 2001 From: Mieszko Grodzicki Date: Sat, 31 Dec 2022 12:11:21 +0100 Subject: [PATCH] Change action path --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d4edbe..9c69658 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: repository: 'mgr0dzicki/cargo-semver-action-ref-slice@patch_change' persist-credentials: true - name: Run action - uses: ${{ github.repository }} + uses: ./ run-on-major-change: name: Test with semver violation runs-on: ubuntu-latest @@ -33,8 +33,8 @@ jobs: persist-credentials: true - name: Run action id: action - uses: ${{ github.repository }} + uses: ./ continue-on-error: true - name: Check if the action failed if: steps.action.outcome != 'failure' - run: exit 1 \ No newline at end of file + run: exit 1