bc-docker-action/.gitea/workflows/obs-service.yaml
Alex Lau (AvengerMoJo) a35e36c90d
Some checks failed
OSC Pull Custom Image Demo / opensuse osc custom container checkout test (push) Failing after 2s
Remove the empty run with no step
Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
2023-10-23 11:27:18 +08:00

18 lines
538 B
YAML

name: OSC Pull Custom Image Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
osc_job:
runs-on: ubuntu-latest
name: opensuse osc custom container checkout test
steps:
- name: Build action step
uses: https://src.opensuse.org/alexlau/bc@v1
with:
osc-user: 'alexlau'
osc-path: 'home:alexlau:branches:Base:System'
osc-package: 'bc'
env: # Or as an environment variable
osc-pass: ${{ secrets.OSCPASS }}
id: osc-demo