Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <[email protected]>
  • Loading branch information
ko3n1g committed Nov 8, 2024
1 parent 2b46ff9 commit 42693cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
https://api.github.com/repos/$REPOSITORY/pulls)
PR_NUMBER=$(echo -E "$PRs" \
| jq '.[] \
| select(.head.ref == "ko3n1g/dev") \
| jq '.[]
| select(.head.ref == "ko3n1g/dev")
| .number'
)
set -x
Expand Down

0 comments on commit 42693cf

Please sign in to comment.