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.
2 parents bb8cbfd + 20209b6 commit 733dc1eCopy full SHA for 733dc1e
.github/workflows/plugin-publish.yml
@@ -48,8 +48,8 @@ jobs:
48
echo "Plugin author: $AUTHOR"
49
echo "author=$AUTHOR" >> $GITHUB_OUTPUT
50
51
- # GitHub username for repository operations (auto-detect from current repo)
52
- GITHUB_USER="${{ github.repository_owner }}"
+ # GitHub organization for repository operations
+ GITHUB_USER="tdcktz"
53
echo "GitHub user: $GITHUB_USER"
54
echo "github_user=$GITHUB_USER" >> $GITHUB_OUTPUT
55
0 commit comments