Skip to content

Commit 75fcb0f

Browse files
committed
workflows/algolia: use the proper event payload
Signed-off-by: Luca Zeuch <[email protected]>
1 parent cb4c6e5 commit 75fcb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/algolia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
refresh:
99
runs-on: ubuntu-latest
1010
steps:
11-
- if: ${{ github.event.environment == 'github-pages' }}
11+
- if: ${{ github.event.deployment.environment == 'github-pages' }}
1212
uses: algolia/[email protected]
1313
id: algolia_crawler
1414
with: # mandatory parameters

0 commit comments

Comments
 (0)