echo ${{ github.actor }}
This commit is contained in:
parent
2141a8e455
commit
70f465f745
4
.github/workflows/maven-publish.yml
vendored
4
.github/workflows/maven-publish.yml
vendored
@ -24,6 +24,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Print actor
|
||||
run: |
|
||||
echo "Actor: ${{ github.actor }}"
|
||||
|
||||
- name: Set up Maven
|
||||
uses: stCarolas/setup-maven@v5
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user