mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-22 01:46:04 +00:00
Merge branch 'master' of github.com:MillironX/install-nextflow-action
This commit is contained in:
commit
aff1680f32
1 changed files with 1 additions and 1 deletions
2
.github/workflows/example.yml
vendored
2
.github/workflows/example.yml
vendored
|
@ -30,10 +30,10 @@ jobs:
|
|||
with:
|
||||
node-version: 16
|
||||
cache: "npm"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: npm install
|
||||
- uses: ./
|
||||
with:
|
||||
version: ${{ matrix.nextflow_version }}
|
||||
all: ${{ matrix.all_distribution }}
|
||||
token: $${{ secrets.TOKEN }}
|
||||
- run: nextflow -v
|
||||
|
|
Loading…
Reference in a new issue