Skip to content

Commit 499979e

Browse files
committed
Fix the link in the notify-* GH Actions payloads
1 parent 0978dfa commit 499979e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/notify-imgproxy-helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }}
1717
repository: imgproxy/imgproxy-helm
1818
event-type: imgproxy-config-updated
19-
client-payload: '{"actor":"${{ github.actor }}","link":"https://github.com/imgproxy/imgproxy-docs/commit/${{ github.sha }}"}'
19+
client-payload: '{"actor":"${{ github.actor }}","link":"${{ github.event.compare }}"}'

.github/workflows/notify-imgproxy-js-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }}
1717
repository: imgproxy/imgproxy-js-core
1818
event-type: imgproxy-usage-updated
19-
client-payload: '{"actor":"${{ github.actor }}","link":"https://github.com/imgproxy/imgproxy-docs/commit/${{ github.sha }}"}'
19+
client-payload: '{"actor":"${{ github.actor }}","link":"${{ github.event.compare }}"}'

.github/workflows/notify-imgproxy-rb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }}
1717
repository: imgproxy/imgproxy.rb
1818
event-type: imgproxy-usage-updated
19-
client-payload: '{"actor":"${{ github.actor }}","link":"https://github.com/imgproxy/imgproxy-docs/commit/${{ github.sha }}"}'
19+
client-payload: '{"actor":"${{ github.actor }}","link":"${{ github.event.compare }}"}'

0 commit comments

Comments
 (0)