This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 8888 actionsUrl : " %payload.repository.html_url%/actions"
8989 - type : respond
9090 with : 02_modify-workflow.md
91- issue : Create my-workflow.yml
9291 data :
9392 workflowFile : " %payload.repository.html_url%/edit/%payload.pull_request.head.ref%/.github/workflows/my-workflow.yml"
9493
@@ -127,7 +126,6 @@ steps:
127126 # End filepath verification
128127 # ######################################################
129128 - type : respond
130- issue : Start here!
131129 with : 03_create-an-issue.md
132130 data :
133131 pullUrl : " %payload.pull_request.html_url%"
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ documentation.
2828 steps :
2929 - uses : actions/github-script@0.8.0
3030 with :
31- github-token : ${{secrets.GITHUB_TOKEN}}
31+ github-token : {% raw %} ${{secrets.GITHUB_TOKEN}}{% endraw % }
3232 script : |
3333 github.issues.createComment({
3434 issue_number: context.issue.number,
3535 owner: context.repo.owner,
3636 repo: context.repo.repo,
37- body: ' 🎉 You've created this issue comment using GitHub Script!!!'
37+ body: " 🎉 You've created this issue comment using GitHub Script!!!"
3838 })
3939 ` ` `
4040
You can’t perform that action at this time.
0 commit comments