Skip to content

Commit

Permalink
Use a relative dir for the sub action..?
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed May 8, 2024
1 parent 971e4aa commit 2b4c581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ runs:
echo "GIT_COMMITTER_NAME=${{ inputs.git-committer-name }}" >> $GITHUB_ENV
echo "GIT_COMMITTER_EMAIL=<${{ inputs.git-committer-email }}>" >> $GITHUB_ENV
- name: Run update-flake-lock
uses: DeterminateSystems/update-flake-lock/.github/actions/typescript@detsys-ts
uses: .github/actions/typescript
with:
commit-msg: ${{ inputs.commit-msg }}
inputs: ${{ inputs.inputs }}
Expand Down

0 comments on commit 2b4c581

Please sign in to comment.