Skip to content

Commit

Permalink
fix: checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneJiang committed Aug 16, 2023
1 parent 6aa090a commit 470cf76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
comment-id: ${{ github.event.comment.id }}
reactions: '+1'
parse-issue:
needs: [ react-to-new-issue, is-revalidation ]
if: failure() == false && github.event.issue.state == 'open'
name: Parse Issue
runs-on: ubuntu-latest
env:
REPO: ${{ github.repository }}
Expand Down Expand Up @@ -76,6 +79,7 @@ jobs:
echo "pypi_name=$pypi_name" >> $GITHUB_OUTPUT
# 启动py脚本环境,并传入module_name,pypi_name,ISSUE_TITLE
- uses: actions/checkout@v3.3.0
- name: Setup Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 470cf76

Please sign in to comment.