Skip to content

Commit 4d3520b

Browse files
committed
improve comments in reuseable workflow job
1 parent e592fb4 commit 4d3520b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/06-authoring-actions--02-reuseable-workflows-source.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
steps:
2424
- name: job in reusable workflow
2525
env:
26-
# from repo/org level
26+
# explicit input
2727
FOO: ${{ inputs.foo }}
28+
# from repo/org level
2829
EXAMPLE_REPOSITORY_SECRET: ${{ secrets.EXAMPLE_REPOSITORY_SECRET }}
29-
3030
# from the **environment** selected above
3131
EXAMPLE_ENVIRONMENT_SECRET: ${{ secrets.EXAMPLE_ENVIRONMENT_SECRET }}
3232
EXAMPLE_ENVIRONMENT_VARIABLE: ${{ vars.EXAMPLE_ENVIRONMENT_VARIABLE }}

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
[submodule "06-authoring-actions/container-actions/shell-container-action"]
1111
path = 06-authoring-actions/container-actions/shell-container-action
1212
url = https://github.com/sidpalas/shell-container-action.git
13+
[submodule "capstone"]
14+
path = capstone
15+
url = git@github.com:sidpalas/capstone.git

capstone

Submodule capstone added at f043ddf

0 commit comments

Comments
 (0)