Skip to content

Commit

Permalink
fix workflow for cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed May 8, 2024
1 parent 94717cd commit afa339c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
org: ${{ inputs.org }}
repo: ${{ inputs.repo }}
issue: ${{ inputs.issue }}
body: ${{ inputs.issue-body }}
body: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
run: |
curl -s https://raw.githubusercontent.com/untillpro/ci-action/master/scripts/add-issue-commit.sh | bash
Expand Down

0 comments on commit afa339c

Please sign in to comment.