-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The message posted to Slack when my workflow finishes links to a URL of the following form:
https://github.com/<owner>/<repo>/actions?query=<workflow-name>
However, it appears that Github have changed its URLs for actions such that the appropriate URL is now:
https://github.com/<owner>/<repo>/actions/workflows/<workflow-filename>.yml
To Reproduce
Steps to reproduce the behavior:
- Run a workflow using
act10ns/slack@v1
. - Click on the link in the message posted to Slack.
Expected behavior
I expect to be taken to a page listing recent runs of the appropriate workflow. (I'd prefer to be taken to the run that triggered the message, but that's a separate feature request.)
Screenshots
N/A
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context
None.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working