diff --git a/.github/workflows/osgeo4w.yml b/.github/workflows/osgeo4w.yml index 41b34388bf82..782b9bf4a7a7 100644 --- a/.github/workflows/osgeo4w.yml +++ b/.github/workflows/osgeo4w.yml @@ -112,7 +112,6 @@ jobs: retention-days: 1 - name: 'Post artifact download link and test results as comment on PR' - run: npm install xml-js uses: actions/github-script@v7 if: github.event_name == 'pull_request' with: @@ -127,7 +126,7 @@ jobs: issue_number: context.event.number }); const PREFIX = "## OSGeo4W package ${{ matrix.pkg }} ready!"; - let body = PREFIX + "\n\n" + "Package of this PR is available for testing [here](${{ step.upload.output.artifact-url }})."; + let body = PREFIX + "\n\n" + "Package of this PR is available for testing [here](${{ steps.upload.output.artifact-url }})."; body += "\n\n*(Built from commit " + context.sha + ")*\n"; body += "\n\n*(Test results are [here](https://cdash.orfeo-toolbox.org/build/" + buildId + "))*";