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

Commit

Permalink
Merge pull request #124 from Axway/APIGOV-00001
Browse files Browse the repository at this point in the history
Apigov 00001
  • Loading branch information
dfeldick authored Aug 12, 2024
2 parents 85336a9 + c5adf6a commit dff453c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# this action is triggered by selecting the action in the github UI and then clicking "run workflow"
name: testing

on:
workflow_dispatch:
inputs:
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 dff453c

Please sign in to comment.