Skip to content

Commit

Permalink
Fixing the bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
MobiTikula committed Dec 12, 2024
1 parent abc92fc commit abd38b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Living Documentation Generator'
description: 'Generates living documentation from current state of user defined GitHub repositories.'
inputs:
# Base action inputs
GITHUB-TOKEN:
GITHUB_TOKEN:
description: 'GitHub token for authentication.'
required: true
liv-doc-regime:
Expand Down Expand Up @@ -57,7 +57,7 @@ runs:
- name: Prepare environment based on mining regimes
run: |
# Set base env variables common for all regimes
echo "INPUT_GITHUB_TOKEN=${{ inputs.GITHUB-TOKEN }}" >> $GITHUB_ENV
echo "INPUT_GITHUB_TOKEN=${{ inputs.GITHUB_TOKEN }}" >> $GITHUB_ENV
echo "INPUT_LIV_DOC_REGIME=${{ inputs.liv-doc-regime }}" >> $GITHUB_ENV
echo "INPUT_VERBOSE_LOGGING=${{ inputs.verbose-logging }}" >> $GITHUB_ENV
Expand Down

0 comments on commit abd38b7

Please sign in to comment.