diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc02827..c602e27 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,11 +12,11 @@ jobs: - name: Inno Setup Action (push) uses: Minionguyjpro/Inno-Setup-Action@main with: - path: ${{} github.workspace }}\scripts\test.iss + path: ${{ github.workspace }}\scripts\test.iss - name: Inno Setup Action (pull request) uses: ./ with: path: ${{} github.workspace }}\scripts\test.iss - if: ${{ github.event_name == 'pull_request' }} \ No newline at end of file + if: ${{ github.event_name == 'pull_request' }}