From 3bbc1a9ad9ad00bd0b83403f70a655de63c6309a Mon Sep 17 00:00:00 2001 From: Raul Sanchez-Mateos Lizano Date: Tue, 8 Oct 2024 12:42:08 +0200 Subject: [PATCH] Fix link in README (#105) * Fix link in README Signed-off-by: Raul Sanchez-Mateos * Set correct ref in reusable workflows Signed-off-by: Raul Sanchez-Mateos --------- Signed-off-by: Raul Sanchez-Mateos --- .github/workflows/reusable-ubuntu-ci.yml | 2 +- .github/workflows/reusable-windows-ci.yml | 2 +- README.md | 6 ++---- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/reusable-ubuntu-ci.yml b/.github/workflows/reusable-ubuntu-ci.yml index f1c16d8b..2dd060fe 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -84,7 +84,7 @@ jobs: os: ${{ matrix.os }} custom_version_build: ${{ inputs.custom_version_build || 'v3' }} dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix || '_nightly' }} - ref: ${{ github.ref }} + ref: ${{ inputs.ref }} secrets: inherit diff --git a/.github/workflows/reusable-windows-ci.yml b/.github/workflows/reusable-windows-ci.yml index 75db4b98..c6c577fb 100644 --- a/.github/workflows/reusable-windows-ci.yml +++ b/.github/workflows/reusable-windows-ci.yml @@ -55,5 +55,5 @@ jobs: os: ${{ matrix.os }} custom_version_build: ${{ inputs.custom_version_build || 'v3' }} dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix || '_nightly' }} - ref: ${{ github.ref }} + ref: ${{ inputs.ref }} secrets: inherit diff --git a/README.md b/README.md index a425aa83..22dd3eaf 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,8 @@ Stars
Documentation badge - Windows CI - Ubuntu CI - - + Windows CI + Ubuntu CI