Skip to content

Commit

Permalink
Fix image syntax (why did it work until now???)
Browse files Browse the repository at this point in the history
  • Loading branch information
luispabon committed Feb 5, 2021
1 parent fdb7766 commit 47c6339
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 @@ -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 }}
Expand Down

0 comments on commit 47c6339

Please sign in to comment.