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 9f2af77 commit f559ae2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nested1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
target: [dev, stage, prod]
uses: ./.github/workflows/nested2.yml

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

0 comments on commit f559ae2

Please sign in to comment.