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

Commit 6b889f3

Browse files
committed
fix title of course
1 parent d8d5d32 commit 6b889f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: GitHub Actions: "Using GitHub Script"
1+
title: "GitHub Actions: Using GitHub Script"
22
description: >-
33
This course covers how to use GitHub Script to quickly use octokit/rest in a
44
GitHub Actions workflow.
@@ -132,4 +132,4 @@ steps:
132132
data:
133133
pullUrl: "%payload.pull_request.html_url%"
134134
actionsUrl: "%payload.repository.html_url%/actions"
135-
workflowFile: "%payload.repository.html_url%/edit/%payload.pull_request.head.ref%/.github/workflows/my-workflow.yml"
135+
workflowFile: "%payload.repository.html_url%/edit/%payload.pull_request.head.ref%/.github/workflows/my-workflow.yml"

0 commit comments

Comments
 (0)