Skip to content

Commit 3afe5d1

Browse files
committed
add more debug
1 parent db89c4f commit 3afe5d1

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
@@ -63,6 +63,12 @@ runs:
6363
with:
6464
ref: ${{ github.ref }}
6565

66+
- name: Temp debugging
67+
shell: bash
68+
run: |
69+
ls -la
70+
cat .env
71+
6672
- name: Set up uv
6773
uses: astral-sh/setup-uv@v5
6874
with:

0 commit comments

Comments
 (0)