Skip to content

Commit 64210fc

Browse files
author
Jack Yuan
committed
Specify the action is composite, and checkout repo as 1st step (SOFTWARE-4730)
1 parent 4cab745 commit 64210fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ inputs:
1616
docker_password:
1717
description: 'Docker password obtained from secrets'
1818
required: true
19+
20+
runs:
21+
using: "composite"
22+
steps:
23+
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)