We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b721d8 commit 4af3ebaCopy full SHA for 4af3eba
action.yml
@@ -1,5 +1,3 @@
1
-# Generated from action.yml.erb
2
-# ad33d11e368da214b9a32be1ea61b996
3
name: 'Pages Jekyll'
4
description: 'A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages'
5
inputs:
@@ -29,4 +27,4 @@ inputs:
29
27
default: ${{ github.token }}
30
28
runs:
31
using: 'docker'
32
- image: 'docker://ghcr.io/actions/jekyll-build-pages:main'
+ image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.1'
0 commit comments