diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02ae4e8..e6c0216 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: with: path: action - name: Run action + id: action uses: ./action/ run-on-major-change: name: Test with semver violation @@ -42,6 +43,7 @@ jobs: with: path: action - name: Run action + id: action uses: ./action/ continue-on-error: true - name: Debug print steps