From 85e0bd2de88f17aefd8e7b3c792856a6509608ef Mon Sep 17 00:00:00 2001 From: Kabir Khan Date: Wed, 4 Sep 2024 15:55:18 +0200 Subject: [PATCH] Download to base directory --- .github/workflows/dep-diff-workflow_run.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/dep-diff-workflow_run.yml b/.github/workflows/dep-diff-workflow_run.yml index 9c6cb4e8676b..501989a33a70 100644 --- a/.github/workflows/dep-diff-workflow_run.yml +++ b/.github/workflows/dep-diff-workflow_run.yml @@ -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 @@ -63,7 +53,6 @@ jobs: tmp=$(> $GITHUB_OUTPUT - working-directory: .input - name: Check versions uses: wildfly/dep-tree-diff@master