We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1176ec commit 43983fbCopy full SHA for 43983fb
‎.github/workflows/build.yaml
@@ -6,7 +6,8 @@ on:
6
branches: [main]
7
workflow_dispatch:
8
permissions:
9
- users: ["${{ github.repository_owner }}"]
+ users:
10
+ - ${{ github.repository_owner }}
11
12
13
jobs:
0 commit comments