Skip to content

Commit

Permalink
dast-toolbox-146: Get input from workflow event
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Dec 17, 2024
1 parent c23201a commit 837536c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
name: Upload das-cli artifact
uses: actions/upload-artifact@v4
with:
name: ${{inputs.binary-artifact-name}}
name: ${{github.event.inputs.binary-artifact-name}}
path: dist/*
if-no-files-found: "error"

Expand All @@ -86,7 +86,7 @@ jobs:
- name: Download das-cli artifact
uses: actions/download-artifact@v4
with:
name: ${{inputs.binary-artifact-name}}
name: ${{github.event.inputs.binary-artifact-name}}
path: packages

- name: Installing das-cli package
Expand Down

0 comments on commit 837536c

Please sign in to comment.