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

Commit 8d3fbd1

Browse files
authored
Add repo-token to action.yml example code
1 parent 7503d81 commit 8d3fbd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses/14_create-metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Now, we will do something similar so that our action matches what our workflow e
2727

2828
💡All of the following steps take place inside of the `.github/actions/issue-maker` directory.
2929

30-
We will use the `joke-output`, as well as an issue title, in in this portion of the course so we need to accept `inputs:` for our action.
30+
We will use the joke output, an `issue-title`, and the `repo-token` in this portion of the course as `inputs:` for our action.
3131

3232
1. Create a file named `action.yml` with the following contents:
3333
```yaml

0 commit comments

Comments
 (0)