Skip to content

Commit

Permalink
chore: Test wip-build-and-publish-perif-debian workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Feb 8, 2024
1 parent 2bd4518 commit 1c09e82
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build-and-publish-debian.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build & publish Debian packages

on:
workflow_dispatch:
inputs:
branch:
type: string
required: true
version:
type: string
required: true

jobs:
main:
uses: ZettaScaleLabs/ci/.github/workflows/build-and-publish-perif-debian.yml@staging
with:
repo: ${{ github.repository }}
branch: ${{ inputs.branch }}
version: ${{ inputs.version }}
secrets: inherit

0 comments on commit 1c09e82

Please sign in to comment.