Skip to content

Commit

Permalink
Create check-event.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kcw-grunt committed Dec 10, 2022
1 parent e95c33e commit a1c2a22
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/check-event.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
if: always()
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Test XYZ
conclusion: ${{ job.status }}
output: |
{"summary":${{ steps.test.outputs.summary }}}

0 comments on commit a1c2a22

Please sign in to comment.