Skip to content

Commit

Permalink
Merge pull request #198 from github/fix-docker-container-step-typo
Browse files Browse the repository at this point in the history
Fix Rebuild docker/containers.json step typo
  • Loading branch information
Landon Grindheim authored and GitHub committed Jun 22, 2022
2 parents f673621 + ccdadf2 commit b2f7acb
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 b2f7acb

Please sign in to comment.