Skip to content

Commit 0d7f6e2

Browse files
authored
Remove specifying git info to simplify Github workflow setup (#330)
1 parent 81f7fd1 commit 0d7f6e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/android_emerge_snapshots.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
run: ./gradlew :app:emergeUploadSnapshotBundleDebug
3131
env:
3232
EMERGE_API_TOKEN: ${{ secrets.EMERGE_API_KEY }}
33-
PR_SHA: ${{ github.event.pull_request.head.sha }}
34-
PR_BASE_SHA: ${{ github.event.pull_request.base.sha }}
3533

3634
roborazzi:
3735
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)