mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-24 13:07:53 +08:00
Update copilot.yml
This commit is contained in:
3
.github/workflows/copilot.yml
vendored
3
.github/workflows/copilot.yml
vendored
@@ -16,7 +16,6 @@ jobs:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v3
|
||||
- name: 'Download artifact'
|
||||
id: "download"
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
script: |
|
||||
@@ -42,7 +41,7 @@ jobs:
|
||||
fs.writeFileSync(`${process.env.GITHUB_WORKSPACE}/pr_number.zip`, Buffer.from(download.data));
|
||||
}
|
||||
- name: 'Unzip artifact'
|
||||
if: ${{ download.outputs.hasArtifact == 'true' }}
|
||||
if: ${{ review.outputs.hasArtifact == 'true' }}
|
||||
run: unzip pr_number.zip
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
|
||||
Reference in New Issue
Block a user