Skip to content

Commit

Permalink
Update demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
housten authored Jun 14, 2024
1 parent 70dbdce commit b4bf808
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ on:

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

0 comments on commit b4bf808

Please sign in to comment.