mirror of
https://github.com/outbackdingo/n8n-chart.git
synced 2026-08-25 14:53:31 +00:00
This commit is contained in:
@@ -62,7 +62,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Comment on PR
|
- name: Comment on PR
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
run: |
|
uses: thollander/actions-comment-pull-request@v3
|
||||||
PR_NUMBER=$(jq --raw-output .pull_request.number "$GITHUB_EVENT_PATH")
|
with:
|
||||||
COMMENT_BODY="Next version to publish after this PR is merged: $NEW_VERSION"
|
message: |
|
||||||
gh pr comment $PR_NUMBER --body "$COMMENT_BODY"
|
Next version to publish after this PR is merged: `${{ steps.bump-version.outputs.NEW_VERSION }}`
|
||||||
|
comment_tag: next_version
|
||||||
Reference in New Issue
Block a user