From 8bad3d6240730360c02f47c17daccae2d8f9414b Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Tue, 7 May 2024 22:36:54 -0400 Subject: [PATCH] :help: --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 2654cd9..a0be9a4 100644 --- a/action.yml +++ b/action.yml @@ -143,8 +143,8 @@ runs: echo "GIT_COMMITTER_EMAIL=<${{ inputs.git-committer-email }}>" >> $GITHUB_ENV - uses: actions/checkout@v4 with: - repository: $GITHUB_ACTION_REPOSITORY - ref: $GITHUB_ACTION_REF + repository: ${{ env.GITHUB_ACTION_REPOSITORY }} + ref: ${{ env.GITHUB_ACTION_REF }} path: ./../magic-nix-cache-39938362-E192-46C9-AC4E-7716F93AAB73 - name: Run update-flake-lock uses: ./../magic-nix-cache-39938362-E192-46C9-AC4E-7716F93AAB73/.github/actions/typescript