Skip to content

Commit

Permalink
UMP-652: Add CodePush action
Browse files Browse the repository at this point in the history
  • Loading branch information
vhsantos26 committed Jan 6, 2022
1 parent 2bdf1f5 commit d581317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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[email protected]
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 }}
Expand Down

0 comments on commit d581317

Please sign in to comment.