Skip to content

Commit 6cbdb04

Browse files
committed
fixes
1 parent 1cff976 commit 6cbdb04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/deploy-to-control-plane/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ outputs:
2222
runs:
2323
using: "composite"
2424
steps:
25+
- name: Setup Environment
26+
uses: ./.github/actions/setup-environment
27+
2528
- name: Get commit SHA
2629
id: get_sha
2730
shell: bash

0 commit comments

Comments
 (0)