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 9, 2024
1 parent 031ceb1 commit ec7c677
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ runs:
fi
shell: bash

- name: Print INPUT_GITHUB_TOKEN
run: |
echo "INPUT_GITHUB_TOKEN=${{ inputs.GITHUB-TOKEN }}"
shell: bash

- name: Run Living Documentation Generator
id: liv-doc-generator
env:
Expand Down

0 comments on commit ec7c677

Please sign in to comment.