Skip to content

Commit

Permalink
fix: docker url in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Apr 5, 2020
1 parent a46913b commit 97feafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ branding:
color: blue
runs:
using: "docker"
image: "botsudo/action-fork-sync:v1.0.4"
image: "docker://botsudo/action-fork-sync:v1.0.4"
args:
- ${{ inputs.clone-depth }}
- ${{ inputs.branches }}
Expand Down

0 comments on commit 97feafe

Please sign in to comment.