Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjy authored Apr 16, 2024
1 parent 37ca0f7 commit 3e24e8a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ jobs:

# docker-compose.yml Secret Setup
- name: Set Docker-compose.yml

- uses: actions/checkout@v2
- uses: microsoft/variable-substitution@v1
uses: microsoft/variable-substitution@v1
with:
files: './docker-compose.yml'
files: ./docker-compose.yml
env:
services.rabbitmq.environment.RABBITMQ_DEFAULT_USER: ${{ secrets.RABBITMQ_DEFAULT_USER }}
services.rabbitmq.environment.RABBITMQ_DEFAULT_PASS: ${{ secrets.RABBITMQ_DEFAULT_PASS }}
Expand Down

0 comments on commit 3e24e8a

Please sign in to comment.