mirror of https://github.com/penpot/penpot.git
🔧 Fix a typo in an interpolation
This commit is contained in:
parent
be62fa10c4
commit
5223c9c881
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK }}
|
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK }}
|
||||||
MATTERMOST_CHANNEL: bot-alerts-cicd
|
MATTERMOST_CHANNEL: bot-alerts-cicd
|
||||||
TEXT: |
|
TEXT: |
|
||||||
🐳 *[PENPOT] Docker image available: {{ github.ref_name }}*
|
🐳 *[PENPOT] Docker image available: ${{ github.ref_name }}*
|
||||||
🔗 Run: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
🔗 Run: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
||||||
@infra
|
@infra
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue