We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b6f94 commit 3cd9550Copy full SHA for 3cd9550
.github/workflows/documentation.yml
@@ -33,8 +33,8 @@ jobs:
33
34
- name: See outputs
35
run: |
36
- echo 'deploy_to=${{ steps.variables.outputs.deploy_to }}'
37
- echo 'commit_title=${{ steps.variables.outputs.commit_title }}'
+ echo deploy_to="${{ steps.variables.outputs.deploy_to }}"
+ echo commit_title="${{ steps.variables.outputs.commit_title }}"
38
39
build-documentation:
40
runs-on: ubuntu-latest
0 commit comments