Skip to content

Commit

Permalink
fix platform-list in PHBC workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonincode committed Oct 3, 2023
1 parent 8445137 commit 381b3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ph_backward_compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
needs: [platform-cache]
with:
platforms: ${{needs.platform-cache.outputs.platforms}}
platform-list: ${{needs.platform-cache.outputs.platforms}}
platform-list: ${{needs.platform-cache.outputs.platform-list}}
permissions:
packages: write
contents: read
Expand Down

0 comments on commit 381b3ed

Please sign in to comment.