Skip to content

Commit 8de9c1f

Browse files
author
Andrei Damian
committed
new try
1 parent 7805b36 commit 8de9c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/firebaseFunctionDeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
project: ${{ fromJson('[''"' + inputs.projects.replace(',', '\",\"') + '"'']') }}
23+
project: ${{ inputs.projects && inputs.projects != '' && inputs.projects.split(',') || '' }}
2424

2525
steps:
2626
- name: Checkout repo

0 commit comments

Comments
 (0)