8000 rollback to previous commit action · python/python-docs-es@2bcf7ea · GitHub
[go: up one dir, main page]

Skip to content

Commit 2bcf7ea

Browse files
committed
rollback to previous commit action
1 parent fe0bbda commit 2bcf7ea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/execute-powrap.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Ejecuta powrap
2+
23
on:
34
issue_comment:
45
types:
@@ -34,6 +35,7 @@ jobs:
3435
- name: Ejecutar Powrap
3536
run: powrap --quiet **/*.po
3637
- name: Commit & Push changes
37-
uses: stefanzweifel/git-auto-commit-action@v4
38+
uses: actions-js/push@master
3839
with:
39-
commit_message: "auto: spell check"
40+
message: "auto: spell check"
41+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)
0