Commit ac1f8b5 1 parent f288fc6 commit ac1f8b5 Copy full SHA for ac1f8b5
File tree 1 file changed +1
-23
lines changed
1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 34
34
run : |
35
35
python get_info.py
36
36
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
+
60
38
- name : Git Commit and Push
61
39
# You may pin to the exact commit or the version.
62
40
# uses: github-actions-x/commit@722d56b8968bf00ced78407bbe2ead81062d8baa
You can’t perform that action at this time.
0 commit comments