Skip to content

Commit

Permalink
Get Info
Browse files Browse the repository at this point in the history
  • Loading branch information
montanehamilton authored Aug 7, 2023
1 parent c704ed9 commit 05b4b76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ runs:
GITHUB_TOKEN: ${{ inputs.github-token }}
shell: bash

- name: Where Am I
run: |
echo "List Files/Directories"
ls
shell: bash

- uses: actions/upload-artifact@v3
if: (inputs.upload-sonar-results == 'true')
with:
Expand Down

0 comments on commit 05b4b76

Please sign in to comment.