Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Update build-pdf.yml
Browse files Browse the repository at this point in the history
Fix indents for prerelease input on workflow_dispatch.
  • Loading branch information
Stephano Cetola committed Mar 7, 2022
1 parent 3e66bca commit c2121be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
branches:
- main
workflow_dispatch:
inputs:
inputs:
prerelease:
description: 'Generate a pre-release.'
required: false
Expand Down Expand Up @@ -85,4 +85,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./Zc.pdf
asset_name: Zc.pdf
asset_content_type: application/pdf
asset_content_type: application/pdf

0 comments on commit c2121be

Please sign in to comment.