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