Skip to content

Commit

Permalink
[#198] Add Get Current PR
Browse files Browse the repository at this point in the history
  • Loading branch information
doannimble committed Oct 31, 2023
1 parent 6aecfff commit 4d34825
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/android_deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
- name: Build Android apk
run: flutter build apk --flavor staging --debug --build-number $GITHUB_RUN_NUMBER

- uses: 8BitJonny/[email protected]
id: PR
- name: Get PR information
uses: 8BitJonny/[email protected]
id: PR

- run: echo "The PR Title is ${{ steps.PR.outputs.pr_title }}"

Expand Down

0 comments on commit 4d34825

Please sign in to comment.