There was an error while loading. Please reload this page.
1 parent d8d5d32 commit 6b889f3Copy full SHA for 6b889f3
1 file changed
config.yml
@@ -1,4 +1,4 @@
1
-title: GitHub Actions: "Using GitHub Script"
+title: "GitHub Actions: Using GitHub Script"
2
description: >-
3
This course covers how to use GitHub Script to quickly use octokit/rest in a
4
GitHub Actions workflow.
@@ -132,4 +132,4 @@ steps:
132
data:
133
pullUrl: "%payload.pull_request.html_url%"
134
actionsUrl: "%payload.repository.html_url%/actions"
135
- workflowFile: "%payload.repository.html_url%/edit/%payload.pull_request.head.ref%/.github/workflows/my-workflow.yml"
+ workflowFile: "%payload.repository.html_url%/edit/%payload.pull_request.head.ref%/.github/workflows/my-workflow.yml"
0 commit comments