Skip to content

Fix readme snippet#2

Open
francoto wants to merge 4 commits into
SoftwareUnderstanding:mainfrom
francoto:fix_README
Open

Fix readme snippet#2
francoto wants to merge 4 commits into
SoftwareUnderstanding:mainfrom
francoto:fix_README

Conversation

@francoto

@francoto francoto commented Jun 3, 2026

Copy link
Copy Markdown

The snippet was usable as it is

Changes:

  • set properly the url to the actual latest action version
  • update checkout version to v6 (v4 is deprecated)

francoto added 4 commits June 2, 2026 17:55
- checkout action version changed to v6 (latest)
- uses correct url to latest rsmetacheck action version
uses: ./
with:
input: "https://github.com/${{ github.repository }}"
# test with default input (current repository)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can be removed

Comment thread README.md
# You can pass the repository URL automatically
input: "https://github.com/${{ github.repository }}"
pitfalls_output: "./pitfalls_outputs"
input: https://github.com/$GITHUB_REPOSITORY # if input is omited it will use GITHUB_REPOSITORY url

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
input: https://github.com/$GITHUB_REPOSITORY # if input is omited it will use GITHUB_REPOSITORY url
input: https://github.com/$GITHUB_REPOSITORY # optional. if omitted, the GITHUB_REPOSITORY url will be used

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.

2 participants