Skip to content

Commit 545b459

Browse files
committed
chore(gh-actions): Added debug step
1 parent 4093627 commit 545b459

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-infra.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
echo "Generated filename: $filename"
2424
echo "COMPOSE_FILENAME=$filename" >> $GITHUB_ENV
2525
26+
- name: Debug secret name
27+
run: |
28+
echo "secret name : ${{ inputs.secret_name }}"
29+
2630
- name: Transfer Compose File to Server
2731
uses: appleboy/[email protected]
2832
with:

0 commit comments

Comments
 (0)