mirror of
https://github.com/actions/python-versions.git
synced 2025-12-12 13:43:56 +00:00
Merge pull request #198 from MaksimZhukov/fix-upload-assets-issue
Downgrade version of the github-script action
This commit is contained in:
4
.github/workflows/python-builder.yml
vendored
4
.github/workflows/python-builder.yml
vendored
@@ -182,7 +182,7 @@ jobs:
|
||||
Python ${{ env.VERSION }}
|
||||
|
||||
- name: Upload release assets
|
||||
uses: actions/github-script@v6
|
||||
uses: actions/github-script@v3
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
script: |
|
||||
@@ -205,7 +205,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Trigger "Create Pull Request" workflow
|
||||
uses: actions/github-script@v6
|
||||
uses: actions/github-script@v3
|
||||
with:
|
||||
github-token: ${{ secrets.PERSONAL_TOKEN }}
|
||||
script: |
|
||||
|
||||
Reference in New Issue
Block a user