Skip to content

Commit

Permalink
add environment to job
Browse files Browse the repository at this point in the history
  • Loading branch information
housten authored Jun 14, 2024
1 parent d7a704b commit cdaf448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
matrix:
environment: [dev,test,qa]
runs-on: ubuntu-latest
environment: ${{ matrix.environment }}
steps:
- name: Echo
run: echo "Hello, ${{ matrix.environment}} ${{ vars.SERVICE_ACCOUNT }}"; echo " ${{ matrix.environment }} ${{ vars.SERVICE_ACCOUNT }} ">> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit cdaf448

Please sign in to comment.