From 2b4c5817bae72089005e73fb7b9637691890619f Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Tue, 7 May 2024 22:24:08 -0400 Subject: [PATCH] Use a relative dir for the sub action..? --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index dc472e1..fbc454a 100644 --- a/action.yml +++ b/action.yml @@ -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 }}