From ccdadf2107c6928cecdc9871466e7c2744b7599e Mon Sep 17 00:00:00 2001 From: Landon Grindheim Date: Wed, 22 Jun 2022 22:01:23 +0000 Subject: [PATCH] Fix Rebuild docker/containers.json step typo --- .github/workflows/dependabot-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-build.yml b/.github/workflows/dependabot-build.yml index f03b6cb..950ad30 100644 --- a/.github/workflows/dependabot-build.yml +++ b/.github/workflows/dependabot-build.yml @@ -50,7 +50,7 @@ jobs: # If we're reacting to a Docker PR, we have on extra step to refresh and check in the container manifest, # this **must** happen before rebuilding dist/ so it uses the new version of the manifest - name: Rebuild docker/containers.json - if: needs.fetch-dependabot-metadata.output.package-ecosystem == 'docker' + if: needs.fetch-dependabot-metadata.outputs.package-ecosystem == 'docker' run: | npm run update-container-manifest git add docker/containers.json