From 0bb60b9ead158fb5bb3a50ce6c69ccde9a4c166e Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Thu, 13 Oct 2022 17:40:02 +0200 Subject: [PATCH] Pin relbot Github Action to the 1.0.0 tag https://github.com/mozilla-mobile/relbot/pull/88 will introduce some breaking changes that shouldn't make the focus-android repo. --- .github/workflows/update-ac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-ac.yml b/.github/workflows/update-ac.yml index 56befcf5617..06e887d68fc 100644 --- a/.github/workflows/update-ac.yml +++ b/.github/workflows/update-ac.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: "Update Android-Components" - uses: mozilla-mobile/relbot@master + uses: mozilla-mobile/relbot@1.0.0 if: github.repository == 'mozilla-mobile/focus-android' with: project: focus-android