瀏覽代碼
use checkout v2 in publish github action
pull/2269/head
Tristan Sloughter
5 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: AAB97DDECCEB8150
共有
1 個檔案被更改,包括
1 行新增 和
1 行删除
-
.github/workflows/publish.yml
|
@ -13,7 +13,7 @@ jobs: |
|
|
image: erlang:19 |
|
|
image: erlang:19 |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v1 |
|
|
|
|
|
|
|
|
- uses: actions/checkout@v2 |
|
|
- name: Compile |
|
|
- name: Compile |
|
|
run: ./bootstrap |
|
|
run: ./bootstrap |
|
|
- name: CT tests |
|
|
- name: CT tests |
|
|