We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c208d6 commit 1be7503Copy full SHA for 1be7503
1 file changed
.github/workflows/publish.yml
@@ -50,7 +50,7 @@ jobs:
50
env:
51
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
52
with:
53
- args: 'Smart Tests CLI ${{ needs.tagpr.outputs.tag }} is released! https://github.com/launchableinc/cli/releases/tag/${{ needs.tagpr.outputs.tag }}'
+ args: 'Smart Tests CLI ${{ needs.tagpr.outputs.tag }} is released! https://github.com/cloudbees-oss/smart-tests-cli/releases/tag/${{ needs.tagpr.outputs.tag }}'
54
55
docker:
56
name: Push Docker image to Docker Hub
0 commit comments