Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
swryan committed Nov 29, 2023
1 parent da5ee95 commit 770479e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_integrated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
message: |
Status of $POEM_ID transitioned to `Integrated`.
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
if: success()
if: success()

- name: Notify slack
uses: act10ns/[email protected]
Expand All @@ -64,4 +64,4 @@ jobs:
message: |
Status of $POEM_ID WAS NOT transitioned to `Integrated`.
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
if: failure()
if: failure()

0 comments on commit 770479e

Please sign in to comment.