Skip to content

Commit

Permalink
Fix link to workflow filter view
Browse files Browse the repository at this point in the history
Fixes #227
  • Loading branch information
satterly committed Jul 2, 2022
1 parent 68908a5 commit c8cba1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slack.ts
Expand Up @@ -143,7 +143,7 @@ export async function send(

const runId = process.env.GITHUB_RUN_ID
const runNumber = process.env.GITHUB_RUN_NUMBER
const workflowUrl = `${repositoryUrl}/actions?query=${workflow}`
const workflowUrl = `${repositoryUrl}/actions?query=workflow:${workflow}`
const workflowRunUrl = `${repositoryUrl}/actions/runs/${runId}`

const sha = process.env.GITHUB_SHA as string
Expand Down

0 comments on commit c8cba1e

Please sign in to comment.