mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 20:03:01 +08:00
Check out repo for contributors workflow
This commit is contained in:
parent
086953bbe9
commit
767b7d6026
2
.github/workflows/contributors.yml
vendored
2
.github/workflows/contributors.yml
vendored
@ -10,7 +10,9 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
contributors:
|
contributors:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'wailsapp/wails'
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
- uses: wow-actions/contributors-list@v1
|
- uses: wow-actions/contributors-list@v1
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user