Skip to content

obs-upload

Actions
Upload files to OBS (Open Build Service)
v1.3
Latest
Star (1)

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.*

obs-upload is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Upload files to OBS (Open Build Service)
v1.3
Latest

obs-upload is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.