From 855a55792aabc6a4a99e6a057d48c6cbb46133f6 Mon Sep 17 00:00:00 2001 From: Mieszko Grodzicki Date: Sat, 31 Dec 2022 12:17:24 +0100 Subject: [PATCH] Fix refs --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8993f1a..706aebc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,8 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - repository: mgr0dzicki/cargo-semver-action-ref-slice@patch_change + repository: mgr0dzicki/cargo-semver-action-ref-slice + ref: patch_change persist-credentials: true - name: Run action uses: ./ @@ -29,7 +30,8 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - repository: mgr0dzicki/cargo-semver-action-ref-slice@major_change + repository: mgr0dzicki/cargo-semver-action-ref-slice + ref: major_change persist-credentials: true - name: Run action id: action