Skip to content

Commit

Permalink
Fix summary link
Browse files Browse the repository at this point in the history
  • Loading branch information
AnHeuermann committed Jan 11, 2024
1 parent 70da897 commit e92ee13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ runs:
- name: Summary
id: summary
env:
PAGES_URL: "${{ steps.archiveHTML.pages-url }}"
PAGES_URL: "${{ steps.archiveHTML.outputs.pages-url }}"
shell: bash
run: |
python scripts/createSummary.py "OpenModelicaLibraryTesting" "${{ inputs.package-name }}" "${{ github.ref_name }}" "${{ inputs.reference-files-dir }}"
Expand Down Expand Up @@ -164,7 +164,7 @@ runs:
with:
add: '${{ inputs.omc-version }} index.html'
default_author: github_actions
message: '[${{ github.action }} ] Test results from ${{ github.ref }}-${{ github.run_number }}'
message: '[${{ github.action }}] Test results from ${{ github.ref }}-${{ github.run_number }}'
fetch: false
pathspec_error_handling: ignore

Expand Down

0 comments on commit e92ee13

Please sign in to comment.