Skip to content

Commit

Permalink
fix: make repository_owner as actor
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <zongzhe1024@163.com>
  • Loading branch information
zong-zhe committed Apr 26, 2024
1 parent 764680a commit d40620e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,6 @@ jobs:
-DserverId=github \
-s ../.github/mvn-settings.xml
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_ACTOR: ${{ github.repository_owner }}
GITHUB_TOKEN: ${{ secrets.DEPLOY_ACCESS_TOKEN }}

0 comments on commit d40620e

Please sign in to comment.