diff --git a/.github/workflows/autocommit.yml b/.github/workflows/auto_commit.yml similarity index 94% rename from .github/workflows/autocommit.yml rename to .github/workflows/auto_commit.yml index 02ade0c..50818c9 100644 --- a/.github/workflows/autocommit.yml +++ b/.github/workflows/auto_commit.yml @@ -46,11 +46,11 @@ jobs: core.setOutput('hasGreenTestsArtifacts', 'true'); } - name: 'Download artifact' - if: steps.DownloadGreenTests.output.hasGreenTestsArtifacts == 'true' + if: steps.DownloadGreenTests.outputs.hasGreenTestsArtifacts == 'true' shell: pwsh run: Expand-Archive green-tests.zip -DestinationPath './test/EFCore.Jet.FunctionalTests/GreenTests' -Force - name: 'Commit Green Tests' - if: steps.DownloadGreenTests.output.hasGreenTestsArtifacts == 'true' + if: steps.DownloadGreenTests.outputs.hasGreenTestsArtifacts == 'true' shell: pwsh run: | if ((git status -s).Length -gt 0) {