Skip to content

Commit

Permalink
fix: 디버깅 스텝 수정 2
Browse files Browse the repository at this point in the history
  • Loading branch information
y-ngm-n committed Jul 26, 2024
1 parent 0b3ab5b commit bcd9dba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backend_dev_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
# 디버깅용 스텝
- name: Print environment variables
run: |
echo "DB_URL=${{ secrets.DB_URL }}"
echo "DB_USERNAME=${{ secrets.DB_USERNAME }}"
echo "DB_PASSWORD=${{ secrets.DB_PASSWORD }}"
echo $DB_URL
echo $DB_USERNAME
echo $DB_PASSWORD
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
Expand Down

0 comments on commit bcd9dba

Please sign in to comment.