Skip to content

Commit

Permalink
Update hello.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary authored Mar 25, 2024
1 parent 8217588 commit fa1be8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Merge changes
run: |
Expand All @@ -32,5 +34,4 @@ jobs:
channel-id: sdk-ci
slack-message: "Failed to merge branch '${{ github.ref }}' into $TARGET_BRANCH"
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit fa1be8b

Please sign in to comment.