Skip to content

Commit ce08b15

Browse files
authored
Change add-paths to path in GitHub workflow
Signed-off-by: Eric Deandrea <[email protected]>
1 parent e4b0e0a commit ce08b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
9696
with:
9797
token: ${{ steps.app-token.outputs.token }}
98-
add-paths: docs
98+
path: docs
9999
commit-message: "docs: Build and publish docs (from ${{ github.workflow }} run # ${{ github.run_number }})"
100100
branch: build-docs/sourceref
101101
branch-suffix: short-commit-hash

0 commit comments

Comments
 (0)