From d3a2a05a3acd4beb7ddfa97324216ac1698d13e6 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 27 Dec 2022 23:58:07 -0700 Subject: [PATCH 1/2] chore: update to use ghcr --- action.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/action.yml b/action.yml index 7e642a1..55c6a2b 100644 --- a/action.yml +++ b/action.yml @@ -13,11 +13,7 @@ inputs: runs: using: 'docker' - image: 'Dockerfile' - entrypoint: '/entrypoint.sh' - args: - - ${{ inputs.token }} - - ${{ inputs.output }} + image: 'docker://ghcr.io/tj-actions/schemaspy:latest' branding: icon: file-text color: white From ded853f086dcbee013a71f13efa3bf626d3fc03d Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 28 Dec 2022 00:27:27 -0700 Subject: [PATCH 2/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 55c6a2b..ba68035 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ inputs: runs: using: 'docker' - image: 'docker://ghcr.io/tj-actions/schemaspy:latest' + image: 'docker://ghcr.io/tj-actions/github-changelog-generator:latest' branding: icon: file-text color: white