Skip to content

Commit

Permalink
doc: fix TYPOs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Jul 19, 2024
1 parent c57409f commit 8e20b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ permissions:
contents: read

jobs:
download-metadata:
download-metadata:
if: >
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success'
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- id: get-pr-numbers
if: inputs.pr-number == '0'
name: Get all open PRs
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
# !FIXME: this is not working if there is more than 100 PRs opened
script: |
Expand Down

0 comments on commit 8e20b79

Please sign in to comment.