Skip to content

Commit

Permalink
Merge pull request #334 from WE-ARE-RACCOONS/RAC-478
Browse files Browse the repository at this point in the history
RAC-478 fix : CD workflow μˆ˜μ •
  • Loading branch information
ywj9811 authored Jan 8, 2025
2 parents 5d93ca7 + 248d11b commit f93ab1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env :
working-directory: ./
APPLICATION: ${{ secrets.APPLICATION }}
APPLICATION: ${{ secrets.APPLICATION_DEV }}

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env :
working-directory: ./
APPLICATION: ${{ secrets.APPLICATION }}
APPLICATION: ${{ secrets.APPLICATION_DEV }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f93ab1a

Please sign in to comment.