mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-10-01 01:25:58 -04:00
chore: Rename deploy.yml to cd.yml and update workflow names and descriptions
This commit is contained in:
parent
48e9915b5a
commit
34a812fd81
@ -1,11 +1,20 @@
|
|||||||
---
|
---
|
||||||
name: Deploy
|
name: Continuous Deployment
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
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:
|
Deploy:
|
||||||
|
needs: Contributors
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- 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
|
|
Loading…
Reference in New Issue
Block a user