Skip to content

Commit

Permalink
Update nested1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshjohanning authored Oct 11, 2024
1 parent de19020 commit 9f2af77
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nested1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ jobs:
matrix:
target: [dev, stage, prod]
uses: ./.github/workflows/nested2.yml

two:
runs-on: ubuntu-latest
steps:
- run: echo "hi ${{ inputs.python-version }}"

0 comments on commit 9f2af77

Please sign in to comment.