From 89b5d9b343ad001e24fb1056782fc44edad6ac5b Mon Sep 17 00:00:00 2001 From: tlangs Date: Tue, 2 Apr 2024 18:29:40 -0400 Subject: [PATCH] whitespace... --- .github/workflows/publish-branch-image.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/publish-branch-image.yml b/.github/workflows/publish-branch-image.yml index b591b83e..b12cb667 100644 --- a/.github/workflows/publish-branch-image.yml +++ b/.github/workflows/publish-branch-image.yml @@ -57,13 +57,13 @@ jobs: -Djib.console=plain - name: Push GCR image run: 'docker push ${{ steps.image-name.outputs.name }}' - report-to-sherlock: - # Report new ECM version to Broad DevOps - uses: broadinstitute/sherlock/.github/workflows/client-report-app-version.yaml@main - needs: publish-branch-image-job - with: - new-version: ${{ needs.publish-branch-image-job.outputs.tag }} - chart-name: 'externalcreds' - permissions: - contents: 'read' - id-token: 'write' + report-to-sherlock: + # Report new ECM version to Broad DevOps + uses: broadinstitute/sherlock/.github/workflows/client-report-app-version.yaml@main + needs: publish-branch-image-job + with: + new-version: ${{ needs.publish-branch-image-job.outputs.tag }} + chart-name: 'externalcreds' + permissions: + contents: 'read' + id-token: 'write'