Skip to content

Commit 4e4de87

Browse files
committed
test
1 parent b7a83f5 commit 4e4de87

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/actions/docfx-build/action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ runs:
2727
uses: actions/setup-dotnet@v4
2828
with:
2929
dotnet-version: ${{ env.dotnet-sdk-version }}
30+
- name: 'testing variables'
31+
shell: bash
32+
run: |
33+
echo "artifact-name: ${{ inputs.artifact-name }}"
34+
echo "docfx-json-manifest: ${{ inputs.docfx-json-manifest }}"
35+
echo "output-directory: ${{ inputs.output-directory }}"
36+
echo "dotnet-sdk-version: ${{ inputs.dotnet_sdk_version }}"
3037
- name: 'Update docfx tool'
3138
run: dotnet tool update -g docfx
3239
shell: bash

0 commit comments

Comments
 (0)