Call the node action instead directly

This commit is contained in:
Graham Christensen 2024-05-06 16:43:29 -04:00
parent 1752965d0b
commit 8363f28293

View file

@ -141,10 +141,9 @@ runs:
echo "GIT_AUTHOR_EMAIL=<${{ inputs.git-author-email }}>" >> $GITHUB_ENV
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.sh
runs:
using: node20
main: dist/index.js
- name: Run update-flake-lock
shell: bash
run: node "$GITHUB_ACTION_PATH/dist/index.js"
- name: Save PR Body as file
uses: DamianReeves/write-file-action@v1.3
with: