Skip to content

Commit 73be226

Browse files
committed
feat: use docker image and bump to version 1.0.4
1 parent 374f31f commit 73be226

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: sync fork
9-
uses: sudo-bot/[email protected].3
9+
uses: sudo-bot/[email protected].4
1010
with:
1111
source-url: "https://${{ secrets.BOT_TOKEN }}:[email protected]/williamdes/phpmyadmintest.git"
1212
fork-url: "https://${{ secrets.BOT_TOKEN }}:[email protected]/williamdes/phpmyadmintest.git"

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ branding:
2525
color: blue
2626
runs:
2727
using: "docker"
28-
image: "Dockerfile"
28+
image: "botsudo/action-fork-sync:v1.0.4"
2929
args:
3030
- ${{ inputs.clone-depth }}
3131
- ${{ inputs.branches }}

0 commit comments

Comments
 (0)