Skip to content

Commit

Permalink
#33 - refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
apanasiuk-el committed Jul 23, 2024
1 parent ae0311f commit d852639
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
contents: write

jobs:
goreleaser:
docs-commands-generate:
runs-on: ubuntu-22.04
steps:
- name: Checkout
Expand Down Expand Up @@ -41,5 +41,5 @@ jobs:
if (git commit --all --message="Update commands documentation"); then
git push
echo "The new commands documentation was committed."
echo "The new commands documentation has been committed."
fi
2 changes: 1 addition & 1 deletion docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- #33 - Added a new GitHub action for RMK commands documentation generate.
- #33 - Added a new GitHub action for RMK commands documentation generation.

0 comments on commit d852639

Please sign in to comment.