Skip to content

Commit 7c050a6

Browse files
Update README.md
1 parent 72b9783 commit 7c050a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Preliminary commands to run before the workflow execution.
2424

2525
```yaml
2626
- name: Linting
27-
uses: snakemake/[email protected].1
27+
uses: snakemake/[email protected].2
2828
with:
2929
directory: '.test'
3030
snakefile: 'workflow/Snakefile'
3131
args: '--lint'
3232
- name: Testing
33-
uses: snakemake/[email protected].1
33+
uses: snakemake/[email protected].2
3434
with:
3535
directory: '.test'
3636
snakefile: 'workflow/Snakefile'

0 commit comments

Comments
 (0)