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 f2c9e58 commit 11eb627Copy full SHA for 11eb627
.github/workflows/pythonpublish.yml
@@ -25,11 +25,11 @@ jobs:
25
- name: Update visual studio keywords document
26
run: |
27
python -m libdoc2json PuppeteerLibrary vscode-PuppeteerLibrary.json
28
- - name: Git Commit and Push
29
- uses: github-actions-x/[email protected]
30
- with:
31
- github-token: ${{ secrets.GH_TOKEN }}
32
- commit-message: This a commit from Github Actions
+ # - name: Git Commit and Push
+ # uses: github-actions-x/[email protected]
+ # with:
+ # github-token: ${{ secrets.GH_TOKEN }}
+ # commit-message: This a commit from Github Actions
33
- name: Build and publish
34
env:
35
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments