fix: pass org_name
to the plugin template
#1359
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
build: | |
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1 | |
spell-check: | |
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1 | |
with: | |
includes: "**/*.md" | |
modified_files_only: false | |
pana: | |
runs-on: ubuntu-latest | |
steps: | |
- name: noop | |
run: echo 'noop' | |
e2e: | |
runs-on: ubuntu-latest | |
steps: | |
- name: noop | |
run: echo 'noop' |