Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akannan1087 committed Mar 7, 2024
1 parent 6737604 commit 659f2dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
steps:
- name: slack - GitHub Actions Slack integration
- uses: act10ns/slack@v2
with:
status: starting
Expand All @@ -19,7 +18,6 @@ jobs:
- name: Build Docker image
run: |
docker build -t my-docker-repo .
- name: slack - GitHub Actions Slack integration
- uses: act10ns/slack@v2
with:
channel: '#mar-2024-weekday-batch'
Expand Down

0 comments on commit 659f2dd

Please sign in to comment.