Skip to content

Commit

Permalink
Update update-PDFA-profiles.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov authored Nov 23, 2023
1 parent 61389fe commit d41f332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-PDFA-profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
workflow_call:
workflow_dispatch:
inputs:
commit-name:
required: false
commit:
required: true
description: Commit name
type: string
jobs:
Expand Down Expand Up @@ -35,6 +35,6 @@ jobs:
destination-folder: PDF_A
destination-branch: integration
git-user: "Git User"
git-commit-message: "test"
git-commit-message: "${{ inputs.commit }}"
git-commit-sign-off: "false"
excludes: 1a:1b:2a:2b:2u:3a:3b:3u:4:4e:4f

0 comments on commit d41f332

Please sign in to comment.