Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed May 8, 2024
1 parent c48ff81 commit fab0aad
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 @@ -145,9 +145,9 @@ runs:
with:
repository: $GITHUB_ACTION_REPOSITORY
ref: $GITHUB_ACTION_REF
path: $RUNNER_TEMP/magic-nix-cache-39938362-E192-46C9-AC4E-7716F93AAB73
path: ./../magic-nix-cache-39938362-E192-46C9-AC4E-7716F93AAB73
- name: Run update-flake-lock
uses: $RUNNER_TEMP/magic-nix-cache-39938362-E192-46C9-AC4E-7716F93AAB73/.github/actions/typescript
uses: ./../magic-nix-cache-39938362-E192-46C9-AC4E-7716F93AAB73/.github/actions/typescript
with:
commit-msg: ${{ inputs.commit-msg }}
inputs: ${{ inputs.inputs }}
Expand Down

0 comments on commit fab0aad

Please sign in to comment.