mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-10-01 01:25:58 -04:00
Merge pull request #119 from hahwul/improve-workflows
Improve-workflows
This commit is contained in:
commit
7eeb6b3fd7
@ -1,11 +1,20 @@
|
||||
---
|
||||
name: Deploy
|
||||
name: Continuous Deployment
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
Contributors:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: wow-actions/contributors-list@v1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
round: true
|
||||
svgPath: images/CONTRIBUTORS.svg
|
||||
Deploy:
|
||||
needs: Contributors
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
20
.github/workflows/contributors.yml
vendored
20
.github/workflows/contributors.yml
vendored
@ -1,20 +0,0 @@
|
||||
---
|
||||
name: Contributors
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
logLevel:
|
||||
description: manual run
|
||||
required: false
|
||||
default: ''
|
||||
jobs:
|
||||
contributors:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: wow-actions/contributors-list@v1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
round: true
|
||||
svgPath: images/CONTRIBUTORS.svg
|
3
.github/workflows/labeler.yml
vendored
3
.github/workflows/labeler.yml
vendored
@ -1,6 +1,5 @@
|
||||
name: "Pull Request Labeler"
|
||||
on:
|
||||
- pull_request
|
||||
on: [pull_request_target]
|
||||
|
||||
jobs:
|
||||
labeler:
|
||||
|
Loading…
Reference in New Issue
Block a user