Skip to content

Commit

Permalink
Merge pull request #1537 from mashhurs/fix-placeholder-script-call
Browse files Browse the repository at this point in the history
Update the calling script name for generating placeholder.
  • Loading branch information
mashhurs authored Sep 26, 2023
2 parents 12d14c8 + 791d151 commit cdac847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add_plugin_placeholder_in_vpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
plugin_type:
description: 'Type of plugin: input, filter, output or integration'
required: true
default: 'input'
default: ''
type: string
plugin_name:
description: 'Name for the plugin being created'
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
working-directory: ./docs-tools
- name: Create an empty placeholder
working-directory: ./docs-tools
run: bundle exec ruby create_plugin_placeholder.rb --output-path=../ --plugin-type=${{ github.event.inputs.plugin_type }} --plugin-name=${{ github.event.inputs.plugin_name }}
run: bundle exec ruby generate_plugin_placeholder.rb --output-path=../ --plugin-type=${{ github.event.inputs.plugin_type }} --plugin-name=${{ github.event.inputs.plugin_name }}
env:
JRUBY_OPTS: "-J-Xmx4g"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cdac847

Please sign in to comment.