-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] PR with artifact preview #8
base: main
Are you sure you want to change the base?
Conversation
However, I kept getting errors on "Comment on PR about the artifact link" github action: https://github.com/sosiristseng/static-export-template/runs/4544460466?check_suite_focus=true Edit: the latest commit fixed that https://github.com/sosiristseng/static-export-template/actions/runs/1586404343 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would be nice to have!
Could someone re-trigger CI to verify that the artifacts look good?
name: Add artifact links to pull request and related issues | ||
on: | ||
workflow_run: | ||
workflows: ["Export Pluto notebooks"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
workflows: ["Export Pluto notebooks"] | |
workflows: [Export Pluto notebooks] |
In the examples you linked to, there are no quotation marks
I used your code in greimel/pluto-course-template#15 - thanks! |
close #6