Skip to content

Commit

Permalink
:help:
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed May 8, 2024
1 parent fab0aad commit 8bad3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bad3d6

Please sign in to comment.