File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818 run : echo "NUMBER=${{ github.event.issue.number || github.event.pull_request.number }}" >> "$GITHUB_OUTPUT"
1919
2020 - name : Respond to issue or PR
21- uses : peter-evans/create-or-update-comment@1f6c51492b7d8e91122ece56e2eb7ed38df14079
21+ uses : peter-evans/create-or-update-comment@46da6c0d98504aed6fc429519a258b951f23f474
2222 with :
2323 issue-number : ${{ steps.extract.outputs.NUMBER }}
2424 body : >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ The following arguments are supported:
2424
2525* ` repository ` - (Required) The GitHub repository name.
2626
27- * ` branch ` - (Required) The repository branch to create .
27+ * ` branch ` - (Required) The repository branch to retrieve .
2828
2929## Attribute Reference
3030
You can’t perform that action at this time.
0 commit comments