Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leonid-shutov committed Aug 21, 2024
1 parent ebcb871 commit 7650bb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/update-readme.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ $.verbose = false;
await $`echo \`\`\`vim > README.md`;
await $`cat init.vim > README.md`;
await $`echo \`\`\` > README.md`;
await $`npx zx .github/commit.mjs --message UPDATE README`;
const commitMessage = "UPDATE README";
await $`npx zx .github/commit.mjs --message ${commitMessage}`;
})();
2 changes: 1 addition & 1 deletion .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update boosts
name: Update readme
on:
push:
branches:
Expand Down

0 comments on commit 7650bb5

Please sign in to comment.