Skip to content

Commit 64ca77b

Browse files
authored
Merge pull request #19 from Azure-Samples/bethany-fixes
update the reset workflow to point to the readme
2 parents 676ba34 + 77b9564 commit 64ca77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reset-progress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
issue_number: context.issue.number,
7777
owner: context.repo.owner,
7878
repo: context.repo.repo,
79-
body: "Your progress has been reset! You can now select a new user quest from the [Welcome step](https://github.com/${context.repo.owner}/${context.repo.repo}/blob/main/README.md)."
79+
body: "Your progress has been reset! You can now select a new user quest from the [Welcome step](../../../README.md)."
8080
});
8181
github.rest.issues.update({
8282
issue_number: context.issue.number,

0 commit comments

Comments
 (0)