Merge pull request #8 from HaSchneider/patch_import_ecoinvent_example #23
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
# this workflow re-uses the workflow 'github_action_trigger_submodule_pull_main.yml' in the brightway-documentation repository | ||
name: Create Workflow Dispatch (Trigger Submodule Pull), Re-Use Workflow | ||
on: | ||
push: | ||
branches: | ||
- main | ||
paths-ignore: | ||
- '.github/**' | ||
workflow_dispatch: | ||
jobs: | ||
re-use_workflow: | ||
uses: | ||
brightway-lca/brightway-documentation/.github/workflows/github_action_trigger_submodule_pull_main.yml@main | ||
Check failure on line 15 in .github/workflows/github_action_trigger_submodule_pull_reusable.yml GitHub Actions / .github/workflows/github_action_trigger_submodule_pull_reusable.ymlInvalid workflow file
|
||
secrets: inherit # https://docs.github.com/en/actions/using-workflows/reusing-workflows#passing-secrets-to-nested-workflows |