This website works better with JavaScript.
首頁
探索
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Fixes CI workflows
main
Eric Amodio
2 年之前
父節點
09ac5caef1
當前提交
f8e5907ab9
共有
2 個文件被更改
,包括
6 次插入
和
3 次删除
分割檢視
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
查看文件
@ -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
查看文件
@ -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…
取消
儲存