Skip to content

Commit

Permalink
Add generated action.yml 🤖
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 6, 2022
1 parent 53445b3 commit 4fc7510
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated from action.yml.erb
# 2202b28a0e30e648e7494efed65d7a8f
# 85fec0fc280fb0651f2256bf728c8ab3
name: 'Pages Jekyll'
description: 'A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages'
inputs:
Expand All @@ -15,6 +15,10 @@ inputs:
description: 'Publishes posts with a future date.'
required: false
default: true
build_revision:
description: 'The SHA-1 of the git commit for which the build is running. Default to GITHUB_SHA.'
required: false
default: ${{ github.sha }}
verbose:
description: 'Verbose output'
required: false
Expand Down

0 comments on commit 4fc7510

Please sign in to comment.