提交 78617f16 编写于 作者: S ShawnXuan

test

上级 12ecef35
......@@ -80,15 +80,15 @@ jobs:
WHEELHOUSE_DIR: manylinux-wheelhouse
OSS_ACCESS_KEY_ID: ${{ secrets.OSS_ACCESS_KEY_ID }}
OSS_ACCESS_KEY_SECRET: ${{ secrets.OSS_ACCESS_KEY_SECRET }}
# if: ${{ !needs.find-oss-wheel.outputs.find-wheel-hit }}
# if: ${{ !fromJson(needs.find-oss-wheel.outputs.find-wheel-hit) }}
steps:
- name: test needs.find-oss-wheel.outputs.find-wheel-hit
if: ${{ needs.find-oss-wheel.outputs.find-wheel-hit }}
if: ${{ fromJson(needs.find-oss-wheel.outputs.find-wheel-hit) }}
run: |
echo test 1: ${OSS_ACCESS_KEY_ID}
echo needs.find-oss-wheel.outputs.find-wheel-hit=${{ needs.find-oss-wheel.outputs.find-wheel-hit }}
- name: test !needs.find-oss-wheel.outputs.find-wheel-hit
if: ${{ !needs.find-oss-wheel.outputs.find-wheel-hit }}
if: ${{ !fromJson(needs.find-oss-wheel.outputs.find-wheel-hit) }}
run: |
echo test 2: ${OSS_ACCESS_KEY_ID}
echo needs.find-oss-wheel.outputs.find-wheel-hit=${{ needs.find-oss-wheel.outputs.find-wheel-hit }}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册