Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/collaboration-webhook-notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Restore dedupe state (GitHub 10m window)
id: dedupe_restore
if: steps.config.outputs.configured == 'true'
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7
with:
key: ${{ steps.payload.outputs.cache_key }}
path: .tmp/mm-dedupe/${{ steps.payload.outputs.dedupe_hash }}/${{ steps.payload.outputs.window_bucket_10m }}/marker.txt
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

- name: Save dedupe state cache
if: steps.config.outputs.configured == 'true' && steps.suppression.outputs.skip_post == 'false' && steps.post.outcome == 'success'
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7
with:
key: ${{ steps.payload.outputs.cache_key }}
path: ${{ steps.dedupe_marker.outputs.marker_path }}
Expand Down
Loading