fix(action): use GITHUB_ACTION_PATH #1
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ runs:
|
|||
using: 'composite'
|
||||
steps:
|
||||
- name: Create report
|
||||
run: create-report.sh
|
||||
run: |
|
||||
"$GITHUB_ACTION_PATH/create-report.sh"
|
||||
- name: Upload Artifact
|
||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||
if: input.generate-artifact
|
||||
|
|
Loading…
Reference in a new issue