File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: 'Living Documentation Generator'
2
2
description : ' Generates living documentation from current state of user defined GitHub repositories.'
3
3
inputs :
4
4
# Base action inputs
5
- GITHUB-TOKEN :
5
+ GITHUB_TOKEN :
6
6
description : ' GitHub token for authentication.'
7
7
required : true
8
8
liv-doc-regime :
57
57
- name : Prepare environment based on mining regimes
58
58
run : |
59
59
# Set base env variables common for all regimes
60
- echo "INPUT_GITHUB_TOKEN=${{ inputs.GITHUB-TOKEN }}" >> $GITHUB_ENV
60
+ echo "INPUT_GITHUB_TOKEN=${{ inputs.GITHUB_TOKEN }}" >> $GITHUB_ENV
61
61
echo "INPUT_LIV_DOC_REGIME=${{ inputs.liv-doc-regime }}" >> $GITHUB_ENV
62
62
echo "INPUT_VERBOSE_LOGGING=${{ inputs.verbose-logging }}" >> $GITHUB_ENV
63
63
You can’t perform that action at this time.
0 commit comments