We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853d293 commit 86257dbCopy full SHA for 86257db
.github/workflows/pythonpublish.yml
@@ -21,11 +21,10 @@ jobs:
21
- name: Update keywords document
22
run: |
23
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 }}
+ - uses: matheusalbino/[email protected]
+ with:
+ message: This a commit from Github Actions
+ github-token: ${{ secrets.GH_TOKEN }}
29
- name: Build and publish
30
env:
31
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments