Skip to content

Commit

Permalink
Make the artifact url a string
Browse files Browse the repository at this point in the history
  • Loading branch information
ingeniumed committed Feb 4, 2025
1 parent 4c7fe10 commit d2dfdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build-live-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ jobs:
with:
script: |
const { run } = require('./.github/workflows/scripts/generate-playground-blueprint');
const artifactUrl = ${{ 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 d2dfdee

Please sign in to comment.