This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixes CI workflows
main
Eric Amodio
2 years ago
parent
09ac5caef1
commit
f8e5907ab9
2 changed files
with
6 additions
and
3 deletions
Split View
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
View File
@ -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
View File
@ -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
Write
Preview
Loading…
Cancel
Save