修改push to git报错
This commit is contained in:
5
.github/workflows/update_meta_core.yaml
vendored
5
.github/workflows/update_meta_core.yaml
vendored
@@ -149,6 +149,11 @@ jobs:
|
|||||||
PUSHDIR: ${{ github.event.inputs.tag4 }}
|
PUSHDIR: ${{ github.event.inputs.tag4 }}
|
||||||
VERSION: ${{needs.meta.outputs.version}}
|
VERSION: ${{needs.meta.outputs.version}}
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout ShellCrash
|
||||||
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Download file from workspace
|
- name: Download file from workspace
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user