We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d1f4b commit 70416c2Copy full SHA for 70416c2
1 file changed
actions/deploy-reflex-frontend/action.yml
@@ -85,6 +85,12 @@ runs:
85
strip_components: 2
86
overwrite: true
87
88
+ - name: Temp debugging
89
+ shell: bash
90
+ run: |
91
+ echo "ssh-user is: ${{ inputs.ssh-user }}"
92
+ echo "ssh-private-key is: ${{ inputs.ssh-private-key }}"
93
+
94
- name: Update frontend files on server
95
uses: appleboy/ssh-action@v1.2.0
96
with:
0 commit comments