Skip to content

docs(#57): remove gha tag ref in docs#58

Merged
Myastr0 merged 1 commit intomasterfrom
fix-57-remove-tag-in-docs
Nov 17, 2025
Merged

docs(#57): remove gha tag ref in docs#58
Myastr0 merged 1 commit intomasterfrom
fix-57-remove-tag-in-docs

Conversation

@Myastr0
Copy link
Owner

@Myastr0 Myastr0 commented Nov 17, 2025

Fixes #57

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

Changes to Core Features:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable?
  • Have you successfully run tests with your changes locally?

Description

This PR removes version tags (@v1) from all GitHub Actions examples in the documentation. The changes update all references from:

  • Myastr0/mk-notes/preview@v1Myastr0/mk-notes/preview
  • Myastr0/mk-notes/sync@v1Myastr0/mk-notes/sync

Changes Made

Updated documentation files to remove version tags from GitHub Actions usage:

  • docs/content/docs/github-actions/available-actions/1-preview-action.mdx - Removed @v1 from all preview action examples
  • docs/content/docs/github-actions/available-actions/2-sync-action.mdx - Removed @v1 from all sync action examples
  • docs/content/docs/github-actions/best-practices.mdx - Removed @v1 from best practice examples
  • docs/content/docs/github-actions/troubleshooting.mdx - Removed @v1 from troubleshooting examples

Why This Change?

Removing version tags allows GitHub Actions to automatically use the latest version of the actions, ensuring users always have access to the most recent features and bug fixes without needing to manually update version numbers in their workflows.

Testing

  • Documentation changes only - no code changes
  • Verified all examples are syntactically correct
  • Confirmed consistency across all documentation files

@Myastr0
Copy link
Owner Author

Myastr0 commented Nov 17, 2025

👋 Hi, Myastr0! Thanks for opening a PR. We will review it soon.
If you have any questions, feel free to join the #need-help channel on the Discord server

@Myastr0 Myastr0 changed the title docs(remove gha tag ref in docs): remove gha tag ref in docs docs(#57): remove gha tag ref in docs Nov 17, 2025
@Myastr0 Myastr0 self-assigned this Nov 17, 2025
@Myastr0 Myastr0 merged commit 103d549 into master Nov 17, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GitHub actions tag in documentation is incorrect

1 participant