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.
1 parent 4cdbd58 commit 9721a18Copy full SHA for 9721a18
.github/workflows/dataconnect.yml
@@ -25,8 +25,8 @@ env:
25
FDC_ANDROID_EMULATOR_API_LEVEL: ${{ inputs.androidEmulatorApiLevel || '34' }}
26
FDC_NODEJS_VERSION: ${{ inputs.nodeJsVersion || '20' }}
27
FDC_FIREBASE_TOOLS_VERSION: ${{ inputs.firebaseToolsVersion || '13.29.1' }}
28
- FDC_FIREBASE_TOOLS_DIR: ${{ runner.temp }}/firebase-tools
29
- FDC_FIREBASE_COMMAND: ${{ runner.temp }}/firebase-tools/node_modules/.bin/firebase
+ FDC_FIREBASE_TOOLS_DIR: /tmp/firebase-tools
+ FDC_FIREBASE_COMMAND: /tmp/firebase-tools/node_modules/.bin/firebase
30
31
concurrency:
32
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments