Skip to content

Commit

Permalink
Merge pull request #205 from tj-actions/chore/update-to-use-ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Dec 28, 2022
2 parents 3286516 + ded853f commit 82bfee0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions action.yml
Expand Up @@ -13,11 +13,7 @@ inputs:

runs:
using: 'docker'
image: 'Dockerfile'
entrypoint: '/entrypoint.sh'
args:
- ${{ inputs.token }}
- ${{ inputs.output }}
image: 'docker://ghcr.io/tj-actions/github-changelog-generator:latest'
branding:
icon: file-text
color: white

0 comments on commit 82bfee0

Please sign in to comment.