mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-31 01:24:42 +02:00
🩹 Fix syntax in assign-reviewer workflow
This commit is contained in:
parent
050b3a141e
commit
59c065580a
7
.github/workflows/assign-reviewer.yml
vendored
7
.github/workflows/assign-reviewer.yml
vendored
@ -9,6 +9,7 @@ jobs:
|
|||||||
assign-author:
|
assign-author:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Assign author
|
- name: Assign author
|
||||||
uses: technote-space/assign-author@v1
|
uses: technote-space/assign-author@v1
|
||||||
GITHUB_TOKEN: ${{secrets.BOT_GITHUB_TOKEN}}
|
with:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user