Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Oct 28, 2023
1 parent b3b592a commit 5e73204
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ jobs:
# Runs a set of commands using the runners shell

- name: Upload File
id: gofile
uses: ahnafnafee/action-upload-[email protected]
id: upload
uses: JantHsueh/upload-file-action@master
with:
#token: ${{ secrets.GOFILE_TOKEN }}
file: ./test.txt
url: https://www.pgyer.com/apiv2/app/upload
forms: '{"_api_key":"${{ secrets.pgyer_key }}","buildInstallType":3}'
fileForms: '{"file":"test.txt"}'

- name: View URL and QR Code
run: |
echo "Gofile URL = ${{ steps.gofile.outputs.url }}"
echo "Gofile QR Code = ${{ steps.gofile.outputs.qrcode }}"

0 comments on commit 5e73204

Please sign in to comment.