2023-10-20 05:38:39 +02:00
|
|
|
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
|
2023-10-23 05:19:14 +02:00
|
|
|
uses: https://src.opensuse.org/alexlau/bc@v1
|
2023-10-20 05:38:39 +02:00
|
|
|
with:
|
2023-10-23 06:52:31 +02:00
|
|
|
osc_user: 'alexlau'
|
|
|
|
osc_path: 'home:alexlau:branches:Base:System'
|
|
|
|
osc_package: 'bc'
|
2023-10-20 05:38:39 +02:00
|
|
|
env: # Or as an environment variable
|
2023-10-23 06:52:31 +02:00
|
|
|
osc_pass: ${{ secrets.OSCPASS }}
|
2023-10-20 05:38:39 +02:00
|
|
|
id: osc-demo
|