Skip to content

An action to upload files to the repository while the container is running.

Notifications You must be signed in to change notification settings

archaic10/upload-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Action upload file

This action sends the file to the repository, if the uploaded file exists the action will update the file, if it does not exist the action will create the file

example

uses: archaic10/upload-file@main
with:
    github-token: ${{ secrets.GITHUB_TOKEN }}
    file: changelog.md

Or

uses: archaic10/upload-file@main
with:
    github-token: ${{ secrets.GITHUB_TOKEN }}
    file: changelog.md
    branch: main

About

An action to upload files to the repository while the container is running.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published