We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb98a8e commit dbd1654Copy full SHA for dbd1654
.github/workflows/workflow.yml
@@ -25,7 +25,7 @@ jobs:
25
needs: test
26
steps:
27
- name: validation lambda
28
- uses: ./.github/workflows/build_and_deploy_images.yml
+ uses: heaven00/fraud-detection-aws/.github/workflows/build_and_deploy_images.yml@main
29
with:
30
aws-region: ca-central-1
31
ecr-repo-name: fraud-detection/validation-lambda
0 commit comments