Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 74776b4

Browse filesBrowse files
authored
Merge pull request actions#110 from buger/patch-1
Fix typo in Readme example
2 parents 315fb4f + 01904b9 commit 74776b4
Copy full SHA for 74776b4

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,14 +202,14 @@ You can use the `github.graphql` object to run custom GraphQL queries against th
202202
```yaml
203203
204204
jobs:
205-
list-packages:
205+
list-issues:
206206
runs-on: ubuntu-latest
207207
steps:
208208
- uses: actions/github-script@v3
209209
with:
210210
github-token: ${{secrets.GITHUB_TOKEN}}
211211
script: |
212-
const query = `query($owner:String!, $name:String!) {
212+
const query = `query($owner:String!, $name:String!, $label:String!) {
213213
repository(owner:$owner, name:$name){
214214
issues(first:100, labels: [$label]) {
215215
nodes {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.