We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efefcd8 + 9e27321 commit 59e05e5Copy full SHA for 59e05e5
.github/actions/prepare-job/action.yml
@@ -44,6 +44,10 @@ runs:
44
path: node_modules
45
key: ${{ runner.os }}-node-${{ inputs.node_version }}-${{ hashFiles('**/package-lock.json') }}
46
47
+ - name: Generate api-version.ts
48
+ shell: bash
49
+ run: sudo -u testbot bash -lc 'node ./scripts/write-versions.js'
50
+
51
- name: Download build artifacts
52
if: inputs.download_build_artifacts == 'true'
53
uses: actions/download-artifact@v4
0 commit comments