Skip to content

Commit 0d3b0b5

Browse files
committed
fix(deploy-finish): pass runsd-on input properly
Signed-off-by: Emilien Escalle <[email protected]>
1 parent 3de7f6a commit 0d3b0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-finish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
contents: read
9292
id-token: write # Needed for getting local workflow actions
9393
with:
94-
runs-on: ${{ fromJson(inputs.runs-on) }}
94+
runs-on: ${{ inputs.runs-on }}
9595
url: ${{ needs.get-finished-deployment.outputs.url }}
9696
budget-path: ${{ inputs.budget-path }}
9797
print-summary: false

0 commit comments

Comments
 (0)