From a1c2a2210a5c0725b4856d445fe8a44fe6987cc1 Mon Sep 17 00:00:00 2001 From: Kerry Washington Date: Sat, 10 Dec 2022 12:41:22 +0000 Subject: [PATCH] Create check-event.yml --- .github/workflows/check-event.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/check-event.yml diff --git a/.github/workflows/check-event.yml b/.github/workflows/check-event.yml new file mode 100644 index 000000000..a07f9a035 --- /dev/null +++ b/.github/workflows/check-event.yml @@ -0,0 +1,20 @@ +name: Read Bitrise Checks and change the build number to the match .ipa + +on: + pull_request: + branches: [ develop ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: LouisBrunner/checks-action@v1.1.1 + if: always() + with: + token: ${{ secrets.GITHUB_TOKEN }} + name: Test XYZ + conclusion: ${{ job.status }} + output: | + {"summary":${{ steps.test.outputs.summary }}}