Skip to content

Commit 47a6234

Browse files
committed
change
1 parent 4ba1ea2 commit 47a6234

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-backend.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
name: Build
1111
runs-on: ${{ format('arm64-fargate-{0}{1}{2}', github.run_id, github.run_number, github.run_attempt) }}
1212
steps:
13+
- uses: actions/checkout@v4
14+
with:
15+
ref: ${{ github.ref }}
16+
fetch-depth: 0
1317
- name: Configure AWS credentials
1418
uses: aws-actions/configure-aws-credentials@v4
1519
with:

0 commit comments

Comments
 (0)