Skip to content

Commit

Permalink
ci: test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
y-eight committed Nov 28, 2023
1 parent eaf4004 commit adc95d2
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name: Artifacts

on:
workflow_call:
inputs:
publish:
description: Publish image to github registry
default: false
required: false
type: boolean
release:
description: Release build
default: false
required: false
type: boolean
push
# workflow_call:
# inputs:
# publish:
# description: Publish image to github registry
# default: false
# required: false
# type: boolean
# release:
# description: Release build
# default: false
# required: false
# type: boolean

permissions:
contents: read
Expand Down

0 comments on commit adc95d2

Please sign in to comment.