Skip to content

Commit

Permalink
Rework the download
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed Sep 4, 2024
1 parent a7beddf commit 6faad08
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/dep-diff-workflow_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
name: input-artifacts
github-token: ${{ github.token }}
run-id: ${{ github.event.workflow_run.id }}
path: ${{github.workspace}}/input.zip
path: .input
- run: |
set -x
set +e
ls -al ${{github.workspace}}
ls -al ${{github.workspace}}/input
echo "Current directory:"
pwd
Expand All @@ -42,10 +42,7 @@ jobs:
run: |
echo "Current directory:"
pwd
ls -al
echo "Trying to unzip"
unzip ${{github.workspace}}/input.zip
ls -al .
echo current directory contents
ls -al
echo "deps_ok_label_name=${DEPS_OK_LABEL_NAME}" >> $GITHUB_OUTPUT
Expand All @@ -66,6 +63,7 @@ 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 6faad08

Please sign in to comment.