Skip to content

Commit

Permalink
Remove checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Feb 1, 2024
1 parent 96a1e1e commit 0a4d9c7
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/actions/security-issues/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,6 @@ runs:
python-version: 3.11
cache: 'poetry'

- uses: actions/checkout@v4
with:
repository: exasol/python-toolbox
ref: feature/#130-security-issues-output
path: toolbox

- name: Debug
shell: bash
run: |
pwd
ls -lah
echo "GITHUB_WORKSPACE = $GITHUB_WORKSPACE"
ls -lha $GITHUB_WORKSPACE/toolbox
cd $GITHUB_WORKSPACE/toolbox
ls
ls *
- name: Install Python Toolbox / Security tool
shell: bash
run: |
Expand Down

0 comments on commit 0a4d9c7

Please sign in to comment.