修正needs.yaml中的输出变量名称

This commit is contained in:
严浩
2024-10-11 16:21:41 +08:00
parent 9c5173cbe9
commit 384b41ab39

View File

@@ -5,7 +5,7 @@ jobs:
job1:
runs-on: ubuntu-latest
outputs:
job1-output: ${{ steps.step1.outputs.job1-output }}
job1-output: ${{ steps.step1.outputs.step1-output }}
steps:
- name: step1
id: step1