Skip to content

Commit bffb611

Browse files
committed
editing job
1 parent 74cc0ce commit bffb611

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/workflow-cleanup.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@ jobs:
2727
dummy:
2828
name: dummy-job1
2929
runs-on: ubuntu-22.04
30+
env:
31+
CI_CLOUD: ${{ github.event.inputs.ci_cloud }}
32+
CLUSTER_NAME: ${{ github.event.inputs.cluster_name }}
3033

3134
steps:
32-
- name: print hellow
35+
- name: print input vars
3336
run: |
34-
print hello
35-
shell: bash
37+
echo CI_CLOUD: ${{ env.CI_CLOUD }}
38+
echo CLUSTER_NAME: ${{ env.CLUSTER_NAME }}

0 commit comments

Comments
 (0)