Skip to content

Commit

Permalink
deploy(master): secret find 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
NameIsUser06 committed Apr 11, 2024
1 parent d667566 commit a9c758c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: test
run: |
echo "Trick to echo GitHub Actions Secret: "
echo ${{ secrets.WAS_HOST }} | sed 's/./& /g'

# 1. Java 17 세팅
- name: Set up JDK 17
Expand Down

0 comments on commit a9c758c

Please sign in to comment.