Skip to content

Commit e8a2dfd

Browse files
committed
I love fixing CI
1 parent 3613dcb commit e8a2dfd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/java-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Java CI with Gradle
22

33
on:
4-
pull-request:
5-
branch: ["new"]
4+
pull_request:
5+
branches: [ "new" ]
66

77
jobs:
88
build:

.github/workflows/java.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- name: Publish to GitHub Packages
3636
run: ./gradlew :api:publish
3737
env:
38+
GITHUB_ACTOR: ${{ github.actor }}
3839
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3940

4041
dependency-submission:

0 commit comments

Comments
 (0)