diff --git a/action.yml b/action.yml index 2ae9baf..c806e48 100644 --- a/action.yml +++ b/action.yml @@ -29,7 +29,7 @@ outputs: runs: using: 'docker' - image: 'phpdockerio/github-actions-delete-abandoned-branches:latest' + image: 'docker://phpdockerio/github-actions-delete-abandoned-branches:latest' args: - ${{ inputs.ignore_branches }} - ${{ inputs.last_commit_age_days }}