We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629d8fa commit f2c9e58Copy full SHA for f2c9e58
.github/workflows/pythonpublish.yml
@@ -25,10 +25,11 @@ jobs:
25
- name: Update visual studio keywords document
26
run: |
27
python -m libdoc2json PuppeteerLibrary vscode-PuppeteerLibrary.json
28
- - uses: matheusalbino/git-commit@v1.0.1
+ - name: Git Commit and Push
29
+ uses: github-actions-x/commit@v2.8
30
with:
- message: This a commit from Github Actions
31
github-token: ${{ secrets.GH_TOKEN }}
32
+ commit-message: This a commit from Github Actions
33
- name: Build and publish
34
env:
35
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments