Skip to content

Commit b576e05

Browse files
committed
fix syntax
1 parent 0a5b2ee commit b576e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/compile/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ runs:
7474
7575
- name: Restore Mod Solution
7676
shell: bash
77-
if: {{ inputs.use-nuget == false }}
77+
if: ${{ inputs.use-nuget == false }}
7878
working-directory: ${{ inputs.working-directory }}
7979
run: dotnet restore ${{ inputs.solution-file-path }} ${{ runner.debug && '-v:diagnostic' }}
8080

0 commit comments

Comments
 (0)