We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9477d43 commit 4948aaeCopy full SHA for 4948aae
1 file changed
.github/workflows/playground.yml
@@ -63,7 +63,7 @@ jobs:
63
const fs = require('fs');
64
const blueprint = JSON.parse(fs.readFileSync('.wordpress-org/blueprints/playground.json', 'utf8'));
65
blueprint.plugins = blueprint.plugins.map(plugin =>
66
- plugin === '${{ github.repository }}' ? '$ARTIFACT_URL' : plugin
+ plugin === '${{ github.event.repository.name }}' ? '$ARTIFACT_URL' : plugin
67
);
68
console.log(JSON.stringify(blueprint));
69
")
0 commit comments