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 }}