mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 19:13:16 +08:00
Fix URL reference for event
The field reference for the event URL was wrong.
This commit is contained in:
parent
c07decfe94
commit
a8666d0105
2
.github/workflows/issue-handling.yaml
vendored
2
.github/workflows/issue-handling.yaml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate message
|
- name: Generate message
|
||||||
run: |
|
run: |
|
||||||
gh api ${{ github.url }} --template='{"channel": $SLACK_CHANNEL, "text": "Issue <{{.url}}|#{{.number}} {{.title}}> needs attention"}' >message.json
|
gh api ${{ github.event.issue.url }} --template='{"channel": $SLACK_CHANNEL, "text": "Issue <{{.url}}|#{{.number}} {{.title}}> needs attention"}' >message.json
|
||||||
|
|
||||||
- name: Send slack message
|
- name: Send slack message
|
||||||
uses: krider2010/slack-bot-action@1.0.1
|
uses: krider2010/slack-bot-action@1.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user