From 4af3ebaefe3f9191c6a1279826f5b08c1619ea6f Mon Sep 17 00:00:00 2001 From: yimysty Date: Mon, 7 Feb 2022 11:47:08 -0800 Subject: [PATCH] adjust action.yml --- action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/action.yml b/action.yml index ebe2eff..088c042 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,3 @@ -# Generated from action.yml.erb -# ad33d11e368da214b9a32be1ea61b996 name: 'Pages Jekyll' description: 'A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages' inputs: @@ -29,4 +27,4 @@ inputs: default: ${{ github.token }} runs: using: 'docker' - image: 'docker://ghcr.io/actions/jekyll-build-pages:main' + image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.1'