We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b99c7 commit 070387aCopy full SHA for 070387a
1 file changed
.github/workflows/sync-single-english-algolia-index.yml
@@ -18,12 +18,11 @@ jobs:
18
if: github.repository == 'github/docs-internal'
19
runs-on: ubuntu-latest
20
steps:
21
- - name: Get version from label if present
22
- id: getVersion
23
- run: .github/actions-scripts/enterprise-algolia-label.js
24
- - if: ${{ steps.getVersion.outputs.versionToSync }}
25
- name: checkout
+ - name: checkout
26
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
+ - name: Get version from Algolia label if present; do not continue if the label is not found.
+ id: getVersion
+ run: $GITHUB_WORKSPACE/.github/actions-scripts/enterprise-algolia-label.js
27
- if: ${{ steps.getVersion.outputs.versionToSync }}
28
uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d
29
with:
0 commit comments