Skip to content

Commit

Permalink
Update simple-pipe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FizzingWhizbee authored May 20, 2024
1 parent 4ee4a09 commit 0e30401
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/simple-pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
needs: build

steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand All @@ -72,8 +71,7 @@ jobs:
name: greetings-jar
- shell: bash
run: |
java -version
# -jar greetings-actions.jar ${{ github.event.inputs.myValues }}
java -jar greetings-actions.jar ${{ github.event.inputs.myValues }}
dependency-submission:

Expand Down

0 comments on commit 0e30401

Please sign in to comment.