Skip to content

Commit 8e2ab89

Browse files
authored
Added missing checkout (#23)
1 parent c7654ee commit 8e2ab89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-deploy-backend.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ jobs:
128128
needs: deploy-stage
129129
runs-on: ubuntu-latest
130130
steps:
131+
- uses: actions/checkout@v4
132+
131133
- name: Get approval actor from audit log
132134
id: get-approver
133135
uses: ./.github/actions/get-github-workflow-approver

0 commit comments

Comments
 (0)