Skip to content

Commit

Permalink
silly quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
pingevt committed Sep 15, 2024
1 parent 499a901 commit 8731290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
const fs = require("fs-extra");
const filePath = "./payload.json";
const json = fs.readJSONSync(filePath);
json.blocks[3].elements[1].elements[0].elements[0].name = 'red_circle';
json.blocks[3].elements[1].elements[0].elements[0].name = "red_circle";
fs.writeJSONSync(filePath, json, { spaces: 2 });
'
Expand Down

0 comments on commit 8731290

Please sign in to comment.