Skip to content

Commit 9c92813

Browse files
committed
really fix it
1 parent 3972f60 commit 9c92813

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/docker_image_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Check cdk-utils-build scan results
8181
env:
8282
REPOSITORY_NAME: cdk-utils-build-repo
83-
IMAGE_TAG: ${{ inputs.VERSION_NUMBER }}
83+
IMAGE_TAG: ${{ inputs.DOCKER_IMAGE_TAG }}
8484
working-directory: .github/scripts
8585
run: |
8686
./check_ecr_image_scan_results.sh

.github/workflows/pull_request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ jobs:
4848
commit_id: ${{ steps.commit_id.outputs.commit_id }}
4949
sha_short: ${{ steps.commit_id.outputs.sha_short }}
5050
steps:
51+
- name: Checkout code
52+
uses: actions/checkout@v4
53+
with:
54+
ref: ${{ env.BRANCH_NAME }}
55+
5156
- name: Get Commit ID
5257
id: commit_id
5358
run: |

0 commit comments

Comments
 (0)