We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3613dcb commit e8a2dfdCopy full SHA for e8a2dfd
.github/workflows/java-pr.yml
@@ -1,8 +1,8 @@
1
name: Java CI with Gradle
2
3
on:
4
- pull-request:
5
- branch: ["new"]
+ pull_request:
+ branches: [ "new" ]
6
7
jobs:
8
build:
.github/workflows/java.yml
@@ -35,6 +35,7 @@ jobs:
35
- name: Publish to GitHub Packages
36
run: ./gradlew :api:publish
37
env:
38
+ GITHUB_ACTOR: ${{ github.actor }}
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
41
dependency-submission:
0 commit comments