Skip to content

Commit

Permalink
Merge variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
alee-ntap committed Nov 3, 2023
1 parent 249130a commit a3772c4
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,25 @@ inputs:
decsription: changelog entry
default: "Rebuild for Garden Linux."
required: true
repository:
type: string
default: ${{ github.repository }}
ref:
type: string
default: ${{ github.sha }}
build_container:
type: string
default: ghcr.io/gardenlinux/package-build
dependencies:
type: string
default: ""

env:
INPUT_EMAIL: ${{ inputs.email }}
INPUT_NAME: ${{ inputs.name }}
INPUT_DIST: ${{ inputs.distribution }}
INPUT_MESSAGE: ${{ inputs.message }}

on:
workflow_call:
inputs:
repository:
type: string
default: ${{ github.repository }}
ref:
type: string
default: ${{ github.sha }}
build_container:
type: string
default: ghcr.io/gardenlinux/package-build
dependencies:
type: string
default: ""
runs:
source:
name: source package
Expand Down

0 comments on commit a3772c4

Please sign in to comment.