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

Commit b0bf0d0

Browse files
committed
checking changes
1 parent 6b889f3 commit b0bf0d0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ steps:
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%"

responses/02_modify-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)