Skip to content

Commit 3380681

Browse files
committed
fix: add git checkout
1 parent a2deb53 commit 3380681

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/backend_workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ jobs:
9898
enable-build-push: ${{ steps.set-flags.outputs.enable_build_push }}
9999
enable-infrastructure-update: ${{ steps.set-flags.outputs.enable_infrastructure_update }}
100100
steps:
101+
- uses: actions/checkout@v6
102+
with:
103+
fetch-depth: 0
101104
- name: Get commit message
102105
id: get-commit
103106
run: |

0 commit comments

Comments
 (0)