Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 91af1c8

Browse files
authored
Update config.yml
1 parent 675f0a9 commit 91af1c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ steps:
4545
with: 02_closed-issue.md
4646
data:
4747
url: '%actions.issue.data.html_url%'
48-
pages: 'https://%user.username%.github.io/%payload.repository.name%'
48+
pages: 'https://%payload.repository.owner.login%.github.io/%payload.repository.name%'
4949

5050
- title: Find the vulnerable dependency
5151
description: Find the vulnerable dependency, and comment with the suggested update version.
@@ -55,7 +55,7 @@ steps:
5555
- type: respond
5656
with: 03_found-vulnerability.md
5757
data:
58-
url: 'https://github.com/%user.username%/%payload.repository.name%/pull/1'
58+
url: 'https://github.com/%payload.repository.owner.login%/%payload.repository.name%/pull/1'
5959
- type: closeIssue
6060
issue: Find repository vulnerabilities
6161

@@ -99,7 +99,7 @@ steps:
9999
- type: respond
100100
with: 04a_good-merge.md
101101
data:
102-
url: 'https://github.com/%user.username%/%payload.repository.name%/pull/3'
102+
url: 'https://github.com/%payload.repository.owner.login%/%payload.repository.name%/pull/3'
103103

104104
- title: Add to the `.gitignore` file
105105
description: The `.gitignore` file is ready to be edited in an open pull request. Add the `.env` file to the `.gitignore` file.

0 commit comments

Comments
 (0)