From d58131796210e06910c652c3f0cc63ebac2c23a0 Mon Sep 17 00:00:00 2001 From: vhsantos26 Date: Thu, 6 Jan 2022 15:09:29 -0300 Subject: [PATCH] UMP-652: Add CodePush action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b989eb7..5ebd57f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ jobs: - name: Release Compatibility Check id: backwards_compatible - uses: ./.github/github-actions/codepush-backwards-compatibility-check + uses: ALJAZEERAPLUS/codepush-backwards-compatibility-check-action@v1.0 with: before_commit_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event_name == 'push' && github.event.before }} after_commit_sha: ${{ github.sha }}