Skip to content

Commit 70416c2

Browse files
committed
add debugging step
1 parent 51d1f4b commit 70416c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

actions/deploy-reflex-frontend/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ runs:
8585
strip_components: 2
8686
overwrite: true
8787

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+
8894
- name: Update frontend files on server
8995
uses: appleboy/[email protected]
9096
with:

0 commit comments

Comments
 (0)