Skip to content

Commit

Permalink
Download to base directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed Sep 4, 2024
1 parent 6faad08 commit 85e0bd2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/dep-diff-workflow_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,10 @@ jobs:
name: input-artifacts
github-token: ${{ github.token }}
run-id: ${{ github.event.workflow_run.id }}
path: .input
- run: |
set -x
set +e
ls -al ${{github.workspace}}/input
echo "Current directory:"
pwd

- name: Set needed env vars in outputs
id: prepare
run: |
echo "Current directory:"
pwd
ls -al .
echo current directory contents
ls -al
echo "deps_ok_label_name=${DEPS_OK_LABEL_NAME}" >> $GITHUB_OUTPUT
Expand All @@ -63,7 +53,6 @@ jobs:
tmp=$(<newVersions)
echo "New version files: ${tmp}"
echo "new_files=${tmp}" >> $GITHUB_OUTPUT
working-directory: .input
- name: Check versions
uses: wildfly/dep-tree-diff@master
Expand Down

0 comments on commit 85e0bd2

Please sign in to comment.