Skip to content

Commit a5f4a99

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.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)