Skip to content

Commit

Permalink
Correctly read the artifact url
Browse files Browse the repository at this point in the history
  • Loading branch information
ingeniumed committed Feb 4, 2025
1 parent 60d1cab commit 4c7fe10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-build-live-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,5 @@ jobs:
with:
script: |
const { run } = require('./.github/workflows/scripts/generate-playground-blueprint');
run({ github, context, core, ${{ steps.create-playground-artifact-step.outputs.artifact-url }} });
const artifactUrl = ${{ steps.create-playground-artifact-step.outputs.artifact-url }}
run({ github, context, core, artifactUrl });

0 comments on commit 4c7fe10

Please sign in to comment.