You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Upload artifact (there are no real file attachments for issues and the max length may impose problems later, so we can't just use a <details> tag)
54
52
- id: upload-report
55
53
uses: actions/upload-artifact@v6
56
54
with:
57
55
name: softwarecard-report
58
-
path: ./hermes/curation/*
56
+
path: ./.hermes/curate/*
59
57
if-no-files-found: 'error'
60
58
retention-days: 90
61
59
- run: 'echo Report artifact accessible at ${{ steps.upload-report.outputs.artifact-url }}'
62
60
63
61
- run: |
64
-
echo 'This is a stub message for Software CaRD report.' | tee -a report.md
65
-
echo 'Report artifact at ${{ steps.upload-report.outputs.artifact-url }}' | tee -a report.md
66
-
echo 'Rendered view at https://softwarepub.github.io/software-card/index.html?type=github&repoUrl=${{ github.repositoryUrl }}&artifactUrl=${{ steps.upload-report.outputs.artifact-url }}' | tee -a report.md
62
+
echo 'This is a stub message for Software CaRD report.' | tee -a ./report.md
63
+
echo 'Report artifact at ${{ steps.upload-report.outputs.artifact-url }}' | tee -a ./report.md
64
+
echo 'Rendered view at https://softwarepub.github.io/software-card/index.html?type=github&repoUrl=${{ github.repositoryUrl }}&artifactUrl=${{ steps.upload-report.outputs.artifact-url }}' | tee -a ./report.md
67
65
68
66
# Now create an issue and add the Software CaRD report
0 commit comments