Skip to content

Commit

Permalink
Removed GITHUB_WORKSPACE from run tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianTrommer committed Nov 5, 2024
1 parent a7c130d commit 19853de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/drive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
run: |
echo "AGENT_VERSION=${AGENT_VERSION}"
echo "COMPOSE_FILE=${COMPOSE_FILE}"
echo "GITHUB_WORKSPACE=${process.env.GITHUB_WORKSPACE}"
- name: Download artifact
uses: actions/github-script@v6
with:
Expand Down Expand Up @@ -48,7 +47,7 @@ jobs:
- name: Unzip artifact
run: |
unzip ${process.env.GITHUB_WORKSPACE}/artifact.zip
unzip artifact.zip
- name: Return artifact JSON
id: return-artifact-json
Expand Down

0 comments on commit 19853de

Please sign in to comment.