Skip to content

Commit

Permalink
auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Shan committed Sep 2, 2023
1 parent 960bca7 commit 57c4b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
echo "::add-mask::$result"
echo "::set-output name=DECRYPTED_TOKEN::$result"
- name: 尝试创建PR
if: ${{ success() && ${{ needs[matrix.need_job].outputs.pushed }} == 'true' }}
if: ${{ success() && needs[matrix.need_job].outputs.pushed == 'true' }}
uses: ./.github/workflows/create-pr
with:
repo: ${{ matrix.repo }}
Expand Down

0 comments on commit 57c4b0a

Please sign in to comment.