Skip to content

Commit 43b99c7

Browse files
committed
remove WORKSPACE path
1 parent 9f57b36 commit 43b99c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-single-english-algolia-index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Get version from label if present
2222
id: getVersion
23-
run: $GITHUB_WORKSPACE/.github/actions-scripts/enterprise-algolia-label.js
23+
run: .github/actions-scripts/enterprise-algolia-label.js
2424
- if: ${{ steps.getVersion.outputs.versionToSync }}
2525
name: checkout
2626
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f

0 commit comments

Comments
 (0)