Skip to content

Commit

Permalink
start
Browse files Browse the repository at this point in the history
  • Loading branch information
notzippy authored Jun 25, 2024
1 parent cea3d31 commit 7363ce6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/target_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,21 @@ jobs:
run: env
deploy:
runs-on: ubuntu-latest

env:
USER: me
TASK: say hello
needs: hello

strategy:
matrix:
versions:
- a
- b
- c

steps:
- name: goodbye
run: echo goodbye $USER $TASK
run: echo goodbye $USER $TASK ${{ matrix.versions }}
- name: env there
run: env

0 comments on commit 7363ce6

Please sign in to comment.