Skip to content

Commit 229efbe

Browse files
committed
update docs
1 parent 8880fcc commit 229efbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
id: command
8080
with:
8181
command: ".ping"
82+
allowed_contexts: issue,pull_request # run on issues AND pull requests
8283
8384
# run your custom logic for your project here - example seen below
8485
@@ -139,7 +140,7 @@ jobs:
139140
runs-on: ubuntu-latest
140141
steps:
141142
# Checkout your projects repository
142-
- uses: actions/checkout@v3
143+
- uses: actions/checkout@v4
143144
```
144145

145146
Sets up your `demo` job, uses an ubuntu runner, and checks out your repo - Just some standard setup for a general Action. We also add an `if:` statement here to only run this workflow on pull request comments to make it a little more specific (if necessary)

0 commit comments

Comments
 (0)