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

Commit b9345c4

Browse files
authored
Merge pull request #111 from githubtraining/fix-urls-more
changes url order
2 parents 85954e8 + 5d23f95 commit b9345c4

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
@@ -25,7 +25,7 @@ steps:
2525
- title: Enable repository settings
2626
description: Enable settings in your repository for the next activities.
2727
event: deployment
28-
link: '{{ repoUrl }}/issues/1'
28+
link: '{{ repoUrl }}/issues/2'
2929
actions:
3030
- type: createIssue
3131
title: Find repository vulnerabilities
@@ -55,7 +55,7 @@ steps:
5555
- title: Update the dependency version
5656
description: Edit the file in the pull request to update the dependency.
5757
event: pull_request.synchronize
58-
link: '{{ repoUrl }}/pull/2'
58+
link: '{{ repoUrl }}/pull/1'
5959
actions:
6060
- type: getFileContents
6161
action_id: fileContents
@@ -75,7 +75,7 @@ steps:
7575
- title: Merge your pull request
7676
description: Merge the pull request you've opened to update the vulnerability dependency.
7777
event: pull_request.closed
78-
link: '{{ repoUrl }}/pull/2'
78+
link: '{{ repoUrl }}/pull/1'
7979
actions:
8080
- type: gate
8181
left: '%payload.pull_request.merged%'

0 commit comments

Comments
 (0)