Home
Portfolio
Resume
software

Action Upload GoFile

Ahnaf An Nafee

Ahnaf An Nafee / October 01, 2022

Repository

android

ios

cloud

github-action

aws

📦 GitHub Action for uploading Files to Gofile.io

Action Upload GoFile

Overview

Action Upload GoFile is a GitHub action that can upload any file to GoFile.io using the GoFile.io API.

Usage

YAML
steps:
  - name: Upload File
    id: gofile
    uses: ahnafnafee/action-upload-gofile@v2.1.0
    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 }}"
Edit on GitHub

ME

HomePortfolioResume

SOCIALS

connect with me:EmailLinkedInGitHubItch.ioArtStationBehance

© 2025 - All Rights Reserved