Skip to content

Commit 82bfee0

Browse files
authored
Merge pull request #205 from tj-actions/chore/update-to-use-ghcr
2 parents 3286516 + ded853f commit 82bfee0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ inputs:
1313

1414
runs:
1515
using: 'docker'
16-
image: 'Dockerfile'
17-
entrypoint: '/entrypoint.sh'
18-
args:
19-
- ${{ inputs.token }}
20-
- ${{ inputs.output }}
16+
image: 'docker://ghcr.io/tj-actions/github-changelog-generator:latest'
2117
branding:
2218
icon: file-text
2319
color: white

0 commit comments

Comments
 (0)