Skip to content

Commit

Permalink
Update usage syntax in Github Actions test and README
Browse files Browse the repository at this point in the history
The usage syntax for csv-blueprint has been updated in the GithubActionsTest.php and README.md file to specify 'master' branch. This ensures that users always fetch the latest version when using the csv-blueprint action.
  • Loading branch information
Denis Smet committed Mar 14, 2024
1 parent d321083 commit 8031c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Also see demo in the [GitHub Actions](https://github.com/JBZoo/Csv-Blueprint/act
### As GitHub Action

```yml
- uses: jbzoo/csv-blueprint # See the specific version on releases page
- uses: jbzoo/csv-blueprint@master # See the specific version on releases page
with:
# Path(s) to validate. You can specify path in which CSV files will be searched. Feel free to use glob pattrens. Usage examples: /full/path/file.csv, p/file.csv, p/*.csv, p/**/*.csv, p/**/name-*.csv, **/*.csv, etc.
# Required: true
Expand Down
2 changes: 1 addition & 1 deletion tests/Blueprint/GithubActionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function testGitHubActionsReadMe(): void

$expectedMessage = [
'```yml',
'- uses: jbzoo/csv-blueprint # See the specific version on releases page',
'- uses: jbzoo/csv-blueprint@master # See the specific version on releases page',
' with:',
];

Expand Down

0 comments on commit 8031c90

Please sign in to comment.