Skip to content

Commit

Permalink
use inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla committed Jul 4, 2024
1 parent 4f0daea commit 6393a3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Download a Build Artifact
uses: actions/[email protected]
with:
repository: '${{ github.event.inputs.repository }}'
run-id: '${{ github.event.inputs.run-id }}'
name: '${{ github.event.inputs.name }}'
repository: '${{ inputs.repository }}'
run-id: '${{ inputs.run-id }}'
name: '${{ inputs.name }}'
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6393a3a

Please sign in to comment.