Skip to content

Commit

Permalink
Fix Rebuild docker/containers.json step typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Landon Grindheim authored and GitHub committed Jun 22, 2022
1 parent f673621 commit ccdadf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccdadf2

Please sign in to comment.