From 39e91a437aed1042e7ad9f8b0f7f87394a66a525 Mon Sep 17 00:00:00 2001 From: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com> Date: Tue, 7 Mar 2023 10:44:40 +0000 Subject: [PATCH] Fix indent --- .github/workflows/releases.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index e35b1985..928ba423 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -100,9 +100,9 @@ jobs: sha: '${{ needs.test.outputs.sha }}' }) - name: notify slack on failure - if: failure() - run: | - curl -X POST -H 'Content-type: application/json' --data '{"text":":pb__failed: Publish of ${{ github.event.inputs.package }} was successful, but failed to tag commit ${{ needs.test.outputs.sha }} with version ${{ needs.test.outputs.tag }}"}' $SLACK_WEBHOOK - env: - SLACK_WEBHOOK: ${{ secrets.SLACK }} + if: failure() + run: | + curl -X POST -H 'Content-type: application/json' --data '{"text":":pb__failed: Publish of ${{ github.event.inputs.package }} was successful, but failed to tag commit ${{ needs.test.outputs.sha }} with version ${{ needs.test.outputs.tag }}"}' $SLACK_WEBHOOK + env: + SLACK_WEBHOOK: ${{ secrets.SLACK }}