Call the node action instead directly
This commit is contained in:
parent
1752965d0b
commit
8363f28293
1 changed files with 3 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue