Skip to content

Commit

Permalink
Fix link in README (#105)
Browse files Browse the repository at this point in the history
* Fix link in README

Signed-off-by: Raul Sanchez-Mateos <[email protected]>

* Set correct ref in reusable workflows

Signed-off-by: Raul Sanchez-Mateos <[email protected]>

---------

Signed-off-by: Raul Sanchez-Mateos <[email protected]>
  • Loading branch information
rsanchez15 authored Oct 8, 2024
1 parent 04fd822 commit 3bbc1a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@
<a href="https://github.com/eProsima/Fast-DDS-Spy/stargazers"><img alt="Stars" src="https://img.shields.io/github/stars/eProsima/Fast-DDS-Spy.svg"/></a>
<br>
<a href="https://fast-dds-spy.readthedocs.io"><img alt="Documentation badge" src="https://img.shields.io/readthedocs/fast-dds-spy.svg"/></a>
<a href="https://github.com/eProsima/Fast-DDS-spy/actions/workflows/nightly-windows-ci.yml"><img alt="Windows CI" src="https://img.shields.io/github/actions/workflow/status/eProsima/Fast-DDS-spy/nightly-windows-ci.yml?label=Windows%20CI">
<a href="https://github.com/eProsima/Fast-DDS-spy/actions/workflows/nightly-ubuntu-ci.yml"><img alt="Ubuntu CI" src="https://img.shields.io/github/actions/workflow/status/eProsima/Fast-DDS-spy/nightly-ubuntu-ci.yml?label=Ubuntu%20CI">
</a>

<a href="https://github.com/eProsima/Fast-DDS-spy/actions/workflows/nightly-windows-ci.yml"><img alt="Windows CI" src="https://img.shields.io/github/actions/workflow/status/eProsima/Fast-DDS-spy/nightly-windows-ci.yml?label=Windows%20CI"></a>
<a href="https://github.com/eProsima/Fast-DDS-spy/actions/workflows/nightly-ubuntu-ci.yml"><img alt="Ubuntu CI" src="https://img.shields.io/github/actions/workflow/status/eProsima/Fast-DDS-spy/nightly-ubuntu-ci.yml?label=Ubuntu%20CI"></a>
</div>

<br><br>
Expand Down

0 comments on commit 3bbc1a9

Please sign in to comment.