Skip to content

Commit

Permalink
fix comment interpreted as args
Browse files Browse the repository at this point in the history
  • Loading branch information
misteriaud committed Jul 3, 2024
1 parent 147c494 commit ed7f0f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/buildimages-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ jobs:
run: |
base_branch=${{ github.ref }} # Get the full ref
base_branch=${base_branch#refs/heads/} # Remove 'refs/heads/' from the ref
prs=$(gh pr list \ # prs variable contains the number of PRs already created that match head and base branches
# prs variable contains the number of PRs already created that match head and base branches
prs=$(gh pr list \
--repo "$GITHUB_REPOSITORY" \
--head ${{ inputs.branch }} \
--base $base_branch \
Expand Down

0 comments on commit ed7f0f0

Please sign in to comment.