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 40d5bd4 commit 84b1af2Copy full SHA for 84b1af2
.github/workflows/application-js-cloudflare-feature.yml
@@ -45,6 +45,7 @@ jobs:
45
- name: Debug Something
46
run: |
47
echo VAR1: "${{ inputs.VAR1 }}"
48
+ printf 'VAR1: ${{ inputs.VAR1 }}\n'
49
50
echo ANOTHERTHING: "${{secrets.ANOTHERTHING}}"
51
0 commit comments