Skip to content

Commit 4af3eba

Browse files
committed
adjust action.yml
1 parent 0b721d8 commit 4af3eba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Generated from action.yml.erb
2-
# ad33d11e368da214b9a32be1ea61b996
31
name: 'Pages Jekyll'
42
description: 'A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages'
53
inputs:
@@ -29,4 +27,4 @@ inputs:
2927
default: ${{ github.token }}
3028
runs:
3129
using: 'docker'
32-
image: 'docker://ghcr.io/actions/jekyll-build-pages:main'
30+
image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.1'

0 commit comments

Comments
 (0)