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

Commit

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

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

jobs:
printInputs:
runs-on: ubuntu-latest
steps:
- run: |
echo "Env: ${{ github.event.inputs.promotiontype }}"

0 comments on commit 60eb0ca

Please sign in to comment.