fix all actions
This commit is contained in:
parent
d344c4dfe1
commit
3a82e14667
3 changed files with 14 additions and 11 deletions
|
@ -1,9 +1,10 @@
|
||||||
name: Gitea Actions Demo
|
on:
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
push:
|
||||||
on: [push]
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
nfp_moe:
|
discord_embed:
|
||||||
runs-on: alpine
|
runs-on: alpine
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
name: Gitea Actions Demo
|
on:
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
push:
|
||||||
on: [push]
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
nfp_moe:
|
nfp_moe:
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
name: Gitea Actions Demo
|
on:
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
push:
|
||||||
on: [push]
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
nfp_moe:
|
saproxy:
|
||||||
runs-on: alpine
|
runs-on: alpine
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
|
|
Loading…
Reference in a new issue