We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5b2ee commit b576e05Copy full SHA for b576e05
.github/actions/compile/action.yml
@@ -74,7 +74,7 @@ runs:
74
75
- name: Restore Mod Solution
76
shell: bash
77
- if: {{ inputs.use-nuget == false }}
+ if: ${{ inputs.use-nuget == false }}
78
working-directory: ${{ inputs.working-directory }}
79
run: dotnet restore ${{ inputs.solution-file-path }} ${{ runner.debug && '-v:diagnostic' }}
80
0 commit comments