Skip to content

Commit

Permalink
Revert "Update android.yml (#478)"
Browse files Browse the repository at this point in the history
This reverts commit b5219f4.
  • Loading branch information
muzahidul-opti authored May 16, 2024
1 parent b5219f4 commit 35952d4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ jobs:

- name: set SDK Branch if PR
if: ${{ github.event_name == 'pull_request' }}
env:
HEAD_REF: ${{ github.head_ref }}
run: |
echo "SDK_BRANCH=${{ HEAD_REF }}" >> $GITHUB_ENV
echo "TRAVIS_BRANCH=${{ HEAD_REF }}" >> $GITHUB_ENV
echo "SDK_BRANCH=${{ github.head_ref }}" >> $GITHUB_ENV
echo "TRAVIS_BRANCH=${{ github.head_ref }}" >> $GITHUB_ENV
- name: set SDK Branch if not pull request
if: ${{ github.event_name != 'pull_request' }}
run: |
Expand Down

0 comments on commit 35952d4

Please sign in to comment.