diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f784bb..3d3d89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,8 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - GitHub Actions workflow to test Nextflow installation and downstream usage - Documentation and license files -[unreleased]: https://github.com/MillironX/setup-nextflow/compare/v1.2.0...HEAD -[1.2.0]: https://github.com/MillironX/setup-nextflow/compare/v1.1.1...v1.2.0 -[1.1.0]: https://github.com/MillironX/setup-nextflow/compare/v1.0.1...v1.1.0 -[1.0.1]: https://github.com/MillironX/setup-nextflow/compare/v1.0.0...v1.0.1 -[1.0.0]: https://github.com/MillironX/setup-nextflow/releases/tag/v1.0.0 +[unreleased]: https://github.com/nf-core/setup-nextflow/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/nf-core/setup-nextflow/compare/v1.1.1...v1.2.0 +[1.1.0]: https://github.com/nf-core/setup-nextflow/compare/v1.0.1...v1.1.0 +[1.0.1]: https://github.com/nf-core/setup-nextflow/compare/v1.0.0...v1.0.1 +[1.0.0]: https://github.com/nf-core/setup-nextflow/releases/tag/v1.0.0 diff --git a/README.md b/README.md index d5eb5ce..cc956b4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Setup Nextflow for GitHub Actions -[![Testing](https://github.com/MillironX/setup-nextflow/actions/workflows/example.yml/badge.svg)](https://github.com/MillironX/setup-nextflow/actions/workflows/example.yml) -[![MIT License](https://img.shields.io/github/license/MillironX/setup-nextflow?logo=opensourceinitiative)](https://github.com/MillironX/setup-nextflow/blob/master/LICENSE) -[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/MillironX/setup-nextflow?logo=github)](https://github.com/MillironX/setup-nextflow/releases/latest) +[![Testing](https://github.com/nf-core/setup-nextflow/actions/workflows/example.yml/badge.svg)](https://github.com/nf-core/setup-nextflow/actions/workflows/example.yml) +[![MIT License](https://img.shields.io/github/license/nf-core/setup-nextflow?logo=opensourceinitiative)](https://github.com/nf-core/setup-nextflow/blob/master/LICENSE) +[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/nf-core/setup-nextflow?logo=github)](https://github.com/nf-core/setup-nextflow/releases/latest) [![Get from GitHub Actions](https://img.shields.io/static/v1?label=actions&message=marketplace&color=green&logo=githubactions)](https://github.com/marketplace/actions/setup-nextflow) An action to install [Nextflow](https://nextflow.io) into a GitHub Actions workflow and make it available for subsequent steps. @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: MillironX/setup-nextflow@v1 + - uses: nf-core/setup-nextflow@v1.2.0 - run: nextflow run ${GITHUB_WORKSPACE} ```