Skip to content

Commit

Permalink
use argument counter
Browse files Browse the repository at this point in the history
  • Loading branch information
FizzingWhizbee committed May 20, 2024
1 parent 0e30401 commit 28d2216
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/simple-pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,20 @@ jobs:
run: |
java -jar greetings-actions.jar ${{ github.event.inputs.myValues }}
count-args:

runs-on: ubuntu-latest

steps:
- id: report-count
uses: FizzingWhizbee/arg-count-action@main
with:
arguments-to-count: ${{ github.event.input.myValues }}
- run: echo
- shell: bash
run: |
echo argument count is ${{ steps.report-count.outputs.arg-count }}
dependency-submission:

runs-on: ubuntu-latest
Expand Down

0 comments on commit 28d2216

Please sign in to comment.