Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev authored Nov 11, 2023
1 parent 64bd727 commit 7c79b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: dev
ref: ${{ github.head_ref }}
- uses: subosito/flutter-action@v2
with:
# flutter-version: '2.5.2'
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: dev
ref: ${{ github.head_ref }}
- uses: actions/setup-java@v1
with:
java-version: '12.x'
Expand Down

0 comments on commit 7c79b07

Please sign in to comment.