Skip to content

Commit

Permalink
Update 08-call-reusable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whsalazar authored Oct 9, 2024
1 parent f26cc6c commit 12288c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/08-call-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
echo "Job from caller workflow"
echo ${{ github.event.inputs.someInput }}
#reusable-job:
# uses: ./.github/workflows/reusable.yml
reusable-job:
uses: ./.github/workflows/reusable.yml
# uses: djredman99/github-intro-to-actions-demo/.github/workflows/reusable.yml@${{github.ref}}

#reusable-2:
Expand Down

0 comments on commit 12288c3

Please sign in to comment.