fix(action): use GITHUB_ACTION_PATH

Files are not relative T-T
This commit is contained in:
Jalil David Salamé Messina 2024-12-15 20:41:14 +01:00
parent abb495c57a
commit 0a4023cf72
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -34,7 +34,8 @@ runs:
using: 'composite' using: 'composite'
steps: steps:
- name: Create report - name: Create report
run: create-report.sh run: |
"$GITHUB_ACTION_PATH/create-report.sh"
- name: Upload Artifact - name: Upload Artifact
uses: https://code.forgejo.org/forgejo/upload-artifact@v4 uses: https://code.forgejo.org/forgejo/upload-artifact@v4
if: input.generate-artifact if: input.generate-artifact