Skip to content

Commit

Permalink
Format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRoe committed Dec 15, 2023
1 parent c8ab8f1 commit f1ed844
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tokens-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
steps:
- name: Tokens Build Succeeded
if: jobs.tokens-build.steps.diff.conclusion == 'success'
echo Great success!
run: |
echo Great success!
- name: Tokens Build Failure
if: failure() || jobs.tokens-build.steps.diff.conclusion == 'failure'
run: exit 1

0 comments on commit f1ed844

Please sign in to comment.