Skip to content

Commit

Permalink
Update update_status.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerIsGiddy authored Jan 16, 2023
1 parent 4632678 commit bdcc720
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/update_status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
python_version:
description: '指定 Python 版本 3.6+ (不建议修改)'
required: false
default: '3.8'
default: '3.11.1'

jobs:
main:
Expand All @@ -17,11 +17,11 @@ jobs:
env:
python_version: ${{ github.event.inputs.python_version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.3.0
- name: Check env
run: if [ -z "$python_version" ]; then python_version='3.8'; fi
run: if [ -z "$python_version" ]; then python_version='3.11.1'; fi
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4.5.0
with:
python-version: ${{ env.python_version }}
architecture: x64
Expand All @@ -45,7 +45,7 @@ jobs:
if: github.repository != 'pluwen/awesome-testflight-link'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.3.0

- name: Git commit && push
run: |
Expand Down

0 comments on commit bdcc720

Please sign in to comment.