File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- # this workflow re-uses the workflow 'github_action_trigger_submodule_pull_main.yml' in the brightway-documentation repository
2
- name : Create Workflow Dispatch (Trigger Submodule Pull), Re-Use Workflow
1
+ # This workflow re-uses the workflow 'trigger_submodule_update_main.yml'
2
+ # from the brightway-documentation repository.
3
+ name : Re-Use Workflow - Create Workflow Dispatch (Trigger Submodule Update)
3
4
4
5
on :
5
6
push :
10
11
jobs :
11
12
re-use_workflow :
12
13
uses :
13
- brightway-lca/brightway-documentation/.github/workflows/github_action_trigger_submodule_pull_main .yml@main
14
- secrets : inherit # https://docs.github.com/en/actions/using-workflows/reusing-workflows#passing-secrets-to-nested-workflows
14
+ brightway-lca/brightway-documentation/.github/workflows/trigger_submodule_update_main .yml@main
15
+ secrets : inherit # https://docs.github.com/en/actions/using-workflows/reusing-workflows#passing-secrets-to-nested-workflows
You can’t perform that action at this time.
0 commit comments