Skip to content

Commit 16fdb9c

Browse files
committed
fixed inputs not being passed
1 parent 022f2a5 commit 16fdb9c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/fatimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
env:
4444
ANSIBLE_FORCE_COLOR: True
4545
OS_CLOUD: openstack
46-
CI_CLOUD: ${{ github.event.inputs.ci_cloud }}
46+
CI_CLOUD: ${{ inputs.ci_cloud }}
4747
ARK_PASSWORD: ${{ secrets.ARK_PASSWORD }}
4848
LEAFCLOUD_PULP_PASSWORD: ${{ secrets.LEAFCLOUD_PULP_PASSWORD }}
4949
outputs:

.github/workflows/update-timestamps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,10 @@ jobs:
8181
build_fatimage:
8282
if: needs.upstream_check.outputs.new_fatimage == 'true'
8383
needs: upstream_check
84+
secrets: inherit
8485
uses: stackhpc/ansible-slurm-appliance/.github/workflows/fatimage.yml@auto/bump-timestamps
8586
with:
86-
ci_cloud: LEAFCLOUD
87+
ci_cloud: 'LEAFCLOUD'
8788

8889
ci_and_pr:
8990
if: needs.upstream_check.outputs.new_fatimage == 'true'

0 commit comments

Comments
 (0)