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 0e092a6 commit 551c777Copy full SHA for 551c777
action.yml
@@ -16,14 +16,14 @@ runs:
16
steps:
17
- name: Package for Google Cloud Functions
18
if: inputs.faas-provider == 'gcloud'
19
- working-directory: inputs.working-directory
+ working-directory: ${{ inputs.working-directory }}
20
run: package-gcloud.sh
21
shell: bash
22
env:
23
DEPLOYMENT_DIR: deployment
24
- name: Package for Azure Functions
25
if: inputs.faas-provider == 'azure'
26
27
run: package-azure.sh
28
29
0 commit comments