Skip to content

Commit

Permalink
wip: migration from Travis CI to GitHub Actions #149 [build doc]
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Dec 5, 2023
1 parent 32aeb6c commit 5c8757d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
SLACK_USERNAME: GitHub Actions
SLACK_ICON: https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png
SLACK_COLOR: ${{ steps.build-deploy.outcome == 'success' && 'good' || 'danger' }}
SLACK_MESSAGE: Test of ${{ github.repository }}@${{ github.ref_name }} by ${{ github.actor }} ${{ steps.build-deploy.outcome == 'success' && 'passed' || 'failed' }}
SLACK_MESSAGE: Build of ${{ github.repository }}@${{ github.ref_name }} by ${{ github.actor }} ${{ steps.build-deploy.outcome == 'success' && 'passed' || 'failed' }}
SLACK_FOOTER:
doc:
if: ${{ contains(github.event.head_commit.message, '[build doc]') }}
Expand Down

0 comments on commit 5c8757d

Please sign in to comment.