Skip to content

Commit da42079

Browse files
authored
Merge branch 'main' into gh-cli-dot-com-fix
2 parents 3cbdfc3 + a844de9 commit da42079

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/immediate-response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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: >

website/docs/d/branch.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)