Denna sida fungerar bättre med Javascript igång.
Startsida
Utforska
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Bevaka
1
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Pull-förfrågningar
0
Släpp
0
Wiki
Aktiviteter
Bläddra i källkod
Fixes CI workflows
main
Eric Amodio
2 år sedan
förälder
09ac5caef1
incheckning
f8e5907ab9
2 ändrade filer
med
6 tillägg
och
3 borttagningar
Delad Vy
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.github/workflows/cd-insiders.yml
+4
-3
.github/workflows/cd-stable.yml
+ 2
- 0
.github/workflows/cd-insiders.yml
Visa fil
@ -9,6 +9,8 @@ jobs:
check:
name
:
Check for updates
runs-on
:
ubuntu-latest
permissions:
contents
:
read
outputs:
status
:
${{ steps.earlyexit.outputs.status }}
steps:
+ 4
- 3
.github/workflows/cd-stable.yml
Visa fil
@ -9,9 +9,10 @@ jobs:
build:
name
:
Publish Stable
runs-on
:
ubuntu-latest
# permissions:
# deployments: write
# packages: write
permissions:
contents
:
read
# deployments: write
# packages: write
steps:
-
name
:
Checkout code
uses
:
actions/checkout@v3
Skriv
Förhandsgranska
Laddar…
Avbryt
Spara