aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-17 19:23:46 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-17 19:23:46 +0300
commit4c27b34804a4a5751f8732ea8dc19dcd1d367ad1 (patch)
tree279f61064a2bc2d11c555d47aba0b644caf19b07
parentchoco scripting best practices (diff)
downloadsetup-gcc-4c27b34804a4a5751f8732ea8dc19dcd1d367ad1.tar.gz
setup-gcc-4c27b34804a4a5751f8732ea8dc19dcd1d367ad1.zip
README: fix badge link
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2e9d9c9..874a0e7 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
Set up GCC
==========
-[![Test](https://github.com/egor-tensin/setup-gcc/workflows/Test/badge.svg)](https://github.com/egor-tensin/setup-gcc/actions?query=workflow%3ATest)
+[![Test](https://github.com/egor-tensin/setup-gcc/actions/workflows/test.yml/badge.svg)](https://github.com/egor-tensin/setup-gcc/actions/workflows/test.yml)
This is a GitHub action that sets up GCC in your workflow run.