Skip to content

Commit

Permalink
test event values
Browse files Browse the repository at this point in the history
  • Loading branch information
wgtdkp committed Nov 1, 2020
1 parent 914e554 commit 192072b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
- uses: actions/checkout@v2
- name: Check Release Version
run: |
echo "github.event.action : ${{ github.event.action }}"
echo "github.event_name : ${{ github.event_name }}"
GITHUB_HEAD_REF=${{ github.head_ref }}
# The PR branch should has the format 'android-release/<release-version>'.
Expand Down

0 comments on commit 192072b

Please sign in to comment.