Skip to content

Commit

Permalink
wip: migration from travis ci to github actions #1
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Nov 30, 2023
1 parent 60dacf2 commit f04dcf3
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 @@ -30,7 +30,7 @@ jobs:
SLACK_CHANNEL: libs
SLACK_USERNAME: GitHub Actions
SLACK_ICON: https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png
SLACK_COLOR: ${{ job.status == 'success' && 'good' || 'danger' }}
SLACK_COLOR: ${{ success() && 'good' || 'danger' }}
SLACK_MESSAGE: Build of ${{ github.repository }}@${{ github.ref_name }} by ${{ github.actor }} ${{ job.status == 'success' && 'passed' || 'failed' }}
SLACK_FOOTER:
coverage:
Expand Down

0 comments on commit f04dcf3

Please sign in to comment.