Skip to content

Commit 86257db

Browse files
committed
Hot fix invalid actions syntax
1 parent 853d293 commit 86257db

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ jobs:
2121
- name: Update keywords document
2222
run: |
2323
python -m robot.libdoc -f html PuppeteerLibrary docs/PuppeteerLibrary.html
24-
- name: Git-Commit update documents
25-
uses: matheusalbino/[email protected]
26-
with:
27-
message: This a commit from Github Actions
28-
github-token: ${{ secrets.GH_TOKEN }}
24+
- uses: matheusalbino/[email protected]
25+
with:
26+
message: This a commit from Github Actions
27+
github-token: ${{ secrets.GH_TOKEN }}
2928
- name: Build and publish
3029
env:
3130
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

0 commit comments

Comments
 (0)