Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
APIGOV-00001 - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed Aug 12, 2024
1 parent 60eb0ca commit c5adf6a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# this action is triggered by selecting the action in the github UI and then clicking "run workflow"
name: Fully automated release
name: testing

on:
workflow_dispatch:
promotiontype:
description: Promotion type (major, minor, patch)
required: true
default": 'patch'
inputs:
promotiontype:
description: Promotion type (major, minor, patch)
required: true
default: 'patch'

jobs:
printInputs:
Expand Down

0 comments on commit c5adf6a

Please sign in to comment.