From 8e75bc833c4c58fbcb822291f1f523f86e4bb52b Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Mon, 8 Mar 2021 14:00:05 -0800 Subject: [PATCH] Master branch updates Signed-off-by: Louise Poubel --- .github/workflows/ci.yml | 2 +- tutorials/02_installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7aa80d0b..705db4f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 - name: Compile and test id: ci - uses: ignition-tooling/action-ignition-ci@master + uses: ignition-tooling/action-ignition-ci@bionic with: codecov-token: ${{ secrets.CODECOV_TOKEN }} focal-ci: diff --git a/tutorials/02_installation.md b/tutorials/02_installation.md index 479a0a28..b99c92bf 100644 --- a/tutorials/02_installation.md +++ b/tutorials/02_installation.md @@ -206,7 +206,7 @@ You can also generate the documentation from a clone of this repository by follo firefox doxygen/html/index.html ``` -**Note** Alternatively, documentation for `ignition-plugin` can be found within the source code, and also in the [MIGRATION.md guide](https://github.com/ignitionrobotics/ign-plugin/blob/master/MIGRATION.md). +**Note** Alternatively, documentation for `ignition-plugin` can be found within the source code, and also in the [MIGRATION.md guide](https://github.com/ignitionrobotics/ign-plugin/blob/main/MIGRATION.md). # Test