Skip to content

ahnafnafee/action-upload-gofile

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gofile.io Logo

action-upload-gofile

A GitHub Action for uploading files to Gofile.io


Inputs

Name Type Description
token String Gofile API access token [optional]
file File File to upload on Gofile

Outputs

Name Type Description
url String Generated URL
qrcode String Generated QR Code

Environment Variables

The following are required as step.env keys

Name Description
GOFILE_TOKEN API token generated from Gofile [optional]

Usage

steps:
    - name: Upload File
      id: gofile
      uses: ahnafnafee/[email protected]
      with:
          token: ${{ secrets.GOFILE_TOKEN }}
          file: ./example.webp

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

Credits

This action extends the wonderful work done by @rnkdsh at rnkdsh/action-upload-diawi

Report Bugs

Report bugs at https://github.com/ahnafnafee/action-upload-gofile/issues.

If you are reporting a bug, please include:

  • Your operating system name and version.
  • Any details about your workflow that might be helpful in troubleshooting.
  • Detailed steps to reproduce the bug.

License

Support

If you feel generous and want to show some extra appreciation:

ahnafnafee