Skip to content

Commit

Permalink
Merge pull request #10 from ps-actions-sandbox/demo
Browse files Browse the repository at this point in the history
Demo
  • Loading branch information
housten authored Jun 14, 2024
2 parents 13efc81 + b4bf808 commit 498f892
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
name: demoFlow

on:
workflow_dispatch:
workflow_dispatch:
inputs:
name:
description: 'Person name'
default: 'Team'

jobs:
echo:
strategy:
matrix:
environments: [dev,test,qa]
runs-on: ubuntu-latest
steps:
- name: Echo
run: echo "Hello, World!"
run: echo "Hello, ${{ matrix.environment }} ${{ vars.SERVICE_ACCOUNT }}"; echo " ${{ matrix.environment }} ${{ vars.SERVICE_ACCOUNT }} ">> $GITHUB_STEP_SUMMARY

0 comments on commit 498f892

Please sign in to comment.