Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akannan1087 authored Mar 7, 2024
1 parent bf624ee commit 9c1f7f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: act10ns/slack@v2
with:
status: starting
channel: '#feb-2022-weekday-batch'
channel: '#feb-2021-weekday-batch'
message: Starting Docker Build image...
if: always()
- uses: actions/checkout@v3
Expand All @@ -20,7 +20,7 @@ jobs:
docker build -t my-docker-repo .
- uses: act10ns/slack@v2
with:
channel: '#feb-2022-weekday-batch'
channel: '#feb-2021-weekday-batch'
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
if: always()

0 comments on commit 9c1f7f3

Please sign in to comment.