Skip to content

beavailable/obs-upload

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

8 Commits
 
 
 
 
 
 

Repository files navigation

obs-upload

Github Action to upload files to OBS (Open Build Service).

Note that it'll remove all files in a package before uploading new files.

Inputs

apiurl
Optional, default https://api.opensuse.org.

username
Required.

password
Required.

project
Required.

package
Required.

type
Optional, default "".
Available types:

  • deb (only 3.0 (native) and 3.0 (quilt) are supported formats)

files
Optional, space-separated glob patterns, default "".

Example

steps:
  - name: Upload to OBS
    uses: beavailable/obs-upload@main
    with:
      username: beavailable
      password: ${{ secrets.OBS_PASSWORD }}
      project: home:beavailable
      package: example-package
      files: *.txt ./example-file.*

About

Github Action to upload files to OBS (Open Build Service)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages