From a4f0a1d1dd4399f1602afd0e44c3c40bd7f7986b Mon Sep 17 00:00:00 2001 From: Ludovico Nicotina Date: Fri, 13 Oct 2023 21:07:11 +0100 Subject: [PATCH 1/2] fix usage example in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bed1d2..433d8aa 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ jobs: toolchain: {compiler: intel-classic, version: '2021.10'} steps: - - uses: awvwgk/setup-fortran@v1 + - uses: fortran-lang/setup-fortran@v1 id: setup-fortran with: compiler: ${{ matrix.toolchain.compiler }} From e3da1108e75bda226ec938912fc3e894b60277d6 Mon Sep 17 00:00:00 2001 From: Ludovico Nicotina Date: Fri, 13 Oct 2023 21:25:02 +0100 Subject: [PATCH 2/2] update owner in badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 433d8aa..3d180cb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Setup Fortran -[![Test](https://github.com/awvwgk/setup-fortran/actions/workflows/test.yml/badge.svg)](https://github.com/awvwgk/setup-fortran/actions/workflows/test.yml) +[![Test](https://github.com/fortran-lang/setup-fortran/actions/workflows/test.yml/badge.svg)](https://github.com/fortran-lang/setup-fortran/actions/workflows/test.yml) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![GitHub tag](https://img.shields.io/github/tag/fortran-lang/setup-fortran.svg)](https://github.com/fortran-lang/setup-fortran/tags/latest)