Skip to content

Commit

Permalink
⬆️ version
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed May 22, 2024
1 parent 68efa2e commit 3d80e22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-v.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
with:
fetch-depth: 0
- name: Check version
uses: JJ/github-action-check-version-in-readme-is-latest@main
uses: JJ/github-action-check-version-in-readme-is-latest@v3
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ jobs:
waivedUsers: "dependabot[bot]|CompanyBigWig"
```

It would check that there's only a single file modified (because why would you
need to change another, if all you want is to add your name to the contributors'
file), a single line is changed (because you're only one, right?) and that it
includes a link to your GitHub profile by forcing the diff to contain that
string. It would also allow the company's big wig to add however many they want,
with or without links to their profiles.
This action would check that there's only a single file modified (because why
would you need to change another, if all you want is to add your name to the
contributors' file), a single line is changed (because you're only one, right?)
and that it includes a link to your GitHub profile by forcing the diff to
contain that string. It would also allow the company's big wig to add however
many they want, with or without links to their profiles.

### Working with action outputs

Expand Down

0 comments on commit 3d80e22

Please sign in to comment.