Skip to content

Commit abd38b7

Browse files
committed
Fixing the bug.
1 parent abc92fc commit abd38b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Living Documentation Generator'
22
description: 'Generates living documentation from current state of user defined GitHub repositories.'
33
inputs:
44
# Base action inputs
5-
GITHUB-TOKEN:
5+
GITHUB_TOKEN:
66
description: 'GitHub token for authentication.'
77
required: true
88
liv-doc-regime:
@@ -57,7 +57,7 @@ runs:
5757
- name: Prepare environment based on mining regimes
5858
run: |
5959
# 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
6161
echo "INPUT_LIV_DOC_REGIME=${{ inputs.liv-doc-regime }}" >> $GITHUB_ENV
6262
echo "INPUT_VERBOSE_LOGGING=${{ inputs.verbose-logging }}" >> $GITHUB_ENV
6363

0 commit comments

Comments
 (0)