Skip to content

Commit ac1f8b5

Browse files
authored
Update python-app.yml
1 parent f288fc6 commit ac1f8b5

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

.github/workflows/python-app.yml

+1-23
Original file line numberDiff line numberDiff line change
@@ -34,29 +34,7 @@ jobs:
3434
run: |
3535
python get_info.py
3636
python generate_html.py
37-
# - name: Git Commit/Push Changes
38-
# # You may pin to the exact commit or the version.
39-
# # uses: actions-x/commit@0430155bf5e2dd295026c0fc853dfeb0d3c0fe1a
40-
# uses: actions-x/commit@v4
41-
# with:
42-
# # The committer's email address
43-
# email: github-actions-git-commit@users.noreply.github.com
44-
# # The committer's name
45-
# name: Github Actions - Git Commit
46-
# # The commit message
47-
# message: Github Actions - Git Commit
48-
# # The branch to push the changes back to, defaults to the current branch
49-
# branch: ${{ github.ref }}
50-
# # The files to add separated by space, defaults to every file
51-
# files: .
52-
# # The repository to push the code to, defaults to origin (e.g. this repository)
53-
# repository: origin
54-
# # The token used to push the code, not needed if you push to the same repository
55-
# token: ${{ secrets.token }}
56-
# # Whether to perform force push
57-
# force: 0
58-
# # The working directory that will be used for git commands
59-
# directory: .
37+
6038
- name: Git Commit and Push
6139
# You may pin to the exact commit or the version.
6240
# uses: github-actions-x/commit@722d56b8968bf00ced78407bbe2ead81062d8baa

0 commit comments

Comments
 (0)