Skip to content

Commit c133bc8

Browse files
committed
Change order it gets the SHEPHERD_LEASE_ID from
Signed-off-by: João Pereira <[email protected]>
1 parent e301301 commit c133bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ on:
5353
- ".golangci.json"
5454

5555
env:
56-
SHEPHERD_LEASE_ID: ${{ vars.SHEPHERD_LEASE_ID || inputs.lease_id }}
56+
SHEPHERD_LEASE_ID: ${{ inputs.lease_id || vars.SHEPHERD_LEASE_ID}}
5757

5858
jobs:
5959

0 commit comments

Comments
 (0)