We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7805b36 commit 8de9c1fCopy full SHA for 8de9c1f
.github/workflows/firebaseFunctionDeploy.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
strategy:
22
matrix:
23
- project: ${{ fromJson('[''"' + inputs.projects.replace(',', '\",\"') + '"'']') }}
+ project: ${{ inputs.projects && inputs.projects != '' && inputs.projects.split(',') || '' }}
24
25
steps:
26
- name: Checkout repo
0 commit comments