Skip to content

Commit

Permalink
[feature/InhaBas#204] github actions 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
whitem4rk committed Jan 5, 2024
1 parent b0584c7 commit f52d52d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: '11'

- name: test
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
run: echo ${#SLACK_WEBHOOK_URL}
- name: Grant execute permission for gradlew
run: chmod +x gradlew

Expand Down

0 comments on commit f52d52d

Please sign in to comment.