diff --git a/action.yml b/action.yml index b28ba69..646017d 100644 --- a/action.yml +++ b/action.yml @@ -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