8000 Merge pull request #8 from erickisos/rollback-push-action · python/python-docs-es@26e3093 · GitHub
[go: up one dir, main page]

Skip to content

Commit 26e3093

Browse files
authored
Merge pull request #8 from erickisos/rollback-push-action
rollback to previous commit action
2 parents 64a4e23 + 2bcf7ea commit 26e3093

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