Skip to content

Commit 925a1e4

Browse files
committed
use single commit for poify
1 parent c606b66 commit 925a1e4

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/poify.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
13+
1314
- name: Poify/Unpoify
1415
uses: BGforgeNet/msg2po@dev
1516
with:
16-
poify: "true"
17-
unpoify: "true"
18-
push: "true"
17+
poify: true
18+
unpoify: true
19+
push: true
20+
single_commit: true

0 commit comments

Comments
 (0)