Skip to content

Commit

Permalink
Update molecule.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma authored Feb 17, 2022
1 parent a0ea220 commit 0bbf302
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,10 @@ jobs:
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
- name: slack - GitHub Actions Slack integration
uses: act10ns/[email protected]
- name: Slack Notification
uses: act10ns/slack@v1
with:
status: "${{ job.status }}"
steps: "${{ toJson(steps) }}"
channel: "#ansible"
if: always()

0 comments on commit 0bbf302

Please sign in to comment.