Skip to content

Commit

Permalink
fixed fatimage outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Dec 20, 2024
1 parent f1f486b commit c3a36d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fatimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
type: string
default: LEAFCLOUD
outputs:
openhpc-RL8-image: ${{ steps.manifest.outputs.openhpc-RL8-image }}
openhpc-RL9-image: ${{ steps.manifest.outputs.openhpc-RL9-image }}
openhpc-RL8-image: "${{ steps.manifest.outputs.openhpc-RL8-image }}"
openhpc-RL9-image: "${{ steps.manifest.outputs.openhpc-RL9-image }}"

jobs:
openstack:
Expand Down

0 comments on commit c3a36d0

Please sign in to comment.