Skip to content

Commit

Permalink
Add some slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion committed Jun 2, 2024
1 parent 539482a commit 634d898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-plugin-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
{
"step": "writeFile",
"path": "/wordpress/wp-content/mu-plugins/gatherpress-nightly-notice.php",
"data": `<?php add_action('admin_notices', function() { echo '<div class=\"notice notice-info is-dismissible\"><p>Thanks for testing <a href=\"https://github.com/${owner}/${repo}/pulls/${prNumber}/\">GatherPress PR #${prNumber}</a></p></div>'; });`
"data": `<?php add_action(\'admin_notices\', function() { echo \'<div class=\"notice notice-info is-dismissible\"><p>Thanks for testing <a href=\"https://github.com/${owner}/${repo}/pulls/${prNumber}/\">GatherPress PR #${prNumber}</a></p></div>\'; });`
},
],
};
Expand Down

0 comments on commit 634d898

Please sign in to comment.