Skip to content

Commit

Permalink
ci: add reusable action for checking version
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Peder Meldgaard <[email protected]>
  • Loading branch information
JenspederM committed Jan 3, 2025
1 parent 44cef87 commit 76b165e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/check_version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ runs:
uses: peter-evans/find-comment@v3
id: fc
with:
issue-number: ${{ inputs.pr_number != '' }}
issue-number: ${{ inputs.pr_number }}
comment-author: "github-actions[bot]"
- name: Create bump comment
if: ${{ inputs.pr_number != '' }}
Expand Down

0 comments on commit 76b165e

Please sign in to comment.