mirror of
https://github.com/valitydev/base-workflows.git
synced 2024-11-06 01:15:23 +00:00
Add parameter for disabling additional tags
This commit is contained in:
parent
58a45f96f0
commit
ba35f6013c
7
.github/workflows/auto-tag.yml
vendored
7
.github/workflows/auto-tag.yml
vendored
@ -2,6 +2,12 @@ name: Auto-create new tags
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
disable-additional-tags:
|
||||
description: "Disable additional tags"
|
||||
required: false
|
||||
default: false
|
||||
type: boolean
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
@ -20,4 +26,5 @@ jobs:
|
||||
uses: valitydev/action-autotag@v1
|
||||
|
||||
- name: ➕ Add additional tags
|
||||
if: inputs.disable-additional-tags == false
|
||||
uses: vweevers/additional-tags-action@v1
|
||||
|
Loading…
Reference in New Issue
Block a user