Skip to content

Commit da2f208

Browse files
committed
2 parents 28b9d76 + 85d1636 commit da2f208

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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)
34

45
on:
56
push:
@@ -10,5 +11,5 @@ on:
1011
jobs:
1112
re-use_workflow:
1213
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

0 commit comments

Comments
 (0)