Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
qligier committed Apr 28, 2023
1 parent 0ea98e6 commit aa7d811
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,10 @@ inputs:
runs:
using: "composite"
steps:
- name: 'PWD1'
shell: bash
run: |
pwd
ls -l
ls -l ..
- name: "Check the inputs"
shell: bash
run: check_inputs.sh ${{ inputs.ig-publisher }} ${{ inputs.sushi }}

- name: 'PWD2'
run: pwd
shell: bash
working-directory: $GITHUB_ACTION_PATH

# Install Java 17 for the IG Publisher and the validation engine
# https://github.com/actions/setup-java
Expand Down

0 comments on commit aa7d811

Please sign in to comment.