Skip to content

Commit

Permalink
Use resourceType at the top level
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Sep 20, 2024
1 parent 36c5ad7 commit f314ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
for f in ${values[$i]}; do
title=$(cat "$f" | yq -r ".job.description")
fileName=$(cat "$f" | yq -r ".job.name")
resourceprovider=$(cat "$f" | yq -r ".job.resourceType" || echo "PipelineRun")
resourceprovider=$(cat "$f" | yq -r ".resourceType" || echo "PipelineRun")
printf '%s\n\n' "#### ${title^}" >> SCENARIO.md
printf '%s\n' "Command to be executed: " >> SCENARIO.md
Expand Down

0 comments on commit f314ddf

Please sign in to comment.