fix: use explicit path to actions script #2
1 changed files with 1 additions and 1 deletions
|
|
@ -115,5 +115,5 @@ runs:
|
||||||
echo -n "${{ inputs.gpg-passphrase }}" > $TMP_DIR/gpg-passphrase
|
echo -n "${{ inputs.gpg-passphrase }}" > $TMP_DIR/gpg-passphrase
|
||||||
export GPG_PASSPHRASE="$TMP_DIR/gpg-passphrase"
|
export GPG_PASSPHRASE="$TMP_DIR/gpg-passphrase"
|
||||||
|
|
||||||
forgejo-release.sh ${{ inputs.direction }}
|
${{ forge.action_path }}/forgejo-release.sh ${{ inputs.direction }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue