Skip to content

Commit f2c9e58

Browse files
authored
Update pythonpublish.yml
Fix python publish work flow script
1 parent 629d8fa commit f2c9e58

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pythonpublish.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ jobs:
2525
- name: Update visual studio keywords document
2626
run: |
2727
python -m libdoc2json PuppeteerLibrary vscode-PuppeteerLibrary.json
28-
- uses: matheusalbino/git-commit@v1.0.1
28+
- name: Git Commit and Push
29+
uses: github-actions-x/commit@v2.8
2930
with:
30-
message: This a commit from Github Actions
3131
github-token: ${{ secrets.GH_TOKEN }}
32+
commit-message: This a commit from Github Actions
3233
- name: Build and publish
3334
env:
3435
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

0 commit comments

Comments
 (0)