Skip to content

Commit

Permalink
build: echo github.actor
Browse files Browse the repository at this point in the history
  • Loading branch information
huanhuanwa committed Jul 15, 2024
1 parent 64dafd6 commit 0051dba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo `${{toJSON(secrets)}}`
- run: echo `${{toJSON(github.actor)}}`
autoApprove:
if: startsWith(github.head_ref, 'release-auto-')
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0051dba

Please sign in to comment.