Skip to content

Commit

Permalink
Drop the colon
Browse files Browse the repository at this point in the history
  • Loading branch information
ingeniumed committed Feb 4, 2025
1 parent 91e0adf commit 60d1cab
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,4 +83,4 @@ jobs:
with:
script: |
const { run } = require('./.github/workflows/scripts/generate-playground-blueprint');
run({ github, context, core, artifactUrl: ${{ steps.create-playground-artifact-step.outputs.artifact-url }} });
run({ github, context, core, ${{ steps.create-playground-artifact-step.outputs.artifact-url }} });

0 comments on commit 60d1cab

Please sign in to comment.