We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a83f5 commit 4e4de87Copy full SHA for 4e4de87
1 file changed
.github/actions/docfx-build/action.yml
@@ -27,6 +27,13 @@ runs:
27
uses: actions/setup-dotnet@v4
28
with:
29
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 }}"
37
- name: 'Update docfx tool'
38
run: dotnet tool update -g docfx
39
shell: bash
0 commit comments