We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bffe7ed commit 26d50b4Copy full SHA for 26d50b4
.github/workflows/update-intersect-package.yml
@@ -59,7 +59,9 @@ jobs:
59
branch: "chore/${{ github.event.inputs.package_name }}-${{ github.event.inputs.new_version }}"
60
title: "Update ${{ github.event.inputs.package_name }} to ${{ github.event.inputs.new_version }}"
61
body: |
62
- "This PR updates `${{ github.event.inputs.package_name }}` to version `${{ github.event.inputs.new_version }}`.
63
- Workflow executed by ${{ github.actor }}."
+ This PR updates `${{ github.event.inputs.package_name }}` to version `${{ github.event.inputs.new_version }}`.
+
64
65
+ Workflow executed by `@${{ github.actor }}`.
66
labels: "dependencies"
67
sign-commits: true
0 commit comments