Skip to content

Commit 7d0c014

Browse files
committed
fix: fetch-depth 위치 변경
1 parent bd375da commit 7d0c014

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@v4
36-
with:
37-
fetch-depth: 0
38-
3936
- uses: hashicorp/setup-terraform@v3
4037

4138
- name: Configure AWS credentials
@@ -95,6 +92,8 @@ jobs:
9592
needs: terraform-apply-prod
9693
steps:
9794
- uses: actions/checkout@v4
95+
with:
96+
fetch-depth: 0
9897

9998
- name: Parse Terraform Outputs and Set Environment Variables
10099
run: |

0 commit comments

Comments
 (0)