Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
surchs authored Oct 11, 2023
1 parent 9d93d6e commit e45aaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rw_process_repo_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: list repo prs
id: repo_pr
run: |
repo_pr=$(gh api graphql -F owner=neurobagel -F name=${{input.repo}} -f query='
repo_pr=$(gh api graphql -F owner=neurobagel -F name=${{inputs.repo}} -f query='
query ($owner: String!, $name: String!) {
repository(owner: $owner, name: $name) {
pullRequests(states: OPEN, first: 100) {
Expand Down

0 comments on commit e45aaeb

Please sign in to comment.