Skip to content

Commit

Permalink
echo
Browse files Browse the repository at this point in the history
  • Loading branch information
dili91 committed Dec 20, 2023
1 parent 757ad73 commit 2562a9d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ on:
types: [ opened, synchronize ]

jobs:
echo:
runs-on: ubuntu-latest
steps:
- name: Echo
run: |
echo "pr head sha: ${{ github.event.pull_request.head.sha }}"
echo "ref: ${{ github.ref }}"
test-slack:
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/scheduled-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
- name: Send GitHub Action trigger data to Slack workflow
uses: slackapi/slack-github-action@v1.24.0
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK # type is required for custom payloads

0 comments on commit 2562a9d

Please sign in to comment.