Skip to content

Commit e330259

Browse files
authored
Adding missing checkout bool (#2)
1 parent 5950e5e commit e330259

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ runs:
8888
using: 'composite'
8989
steps:
9090
- name: Checkout
91+
if: ${{ inputs.checkout == 'true' }}
9192
uses: actions/checkout@v3
9293

9394
- name: Configure AWS Credentials

0 commit comments

Comments
 (0)