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