Skip to content

Commit

Permalink
Add name to checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
kekonn committed May 8, 2020
1 parent 2cb2a8b commit 08fc349
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
owner: bloodsplatter
repo: BomFinder
id: version
- uses: actions/checkout@v2
- name: Get code
uses: actions/checkout@v2
with:
ref: ${{steps.version.outputs.release}}
- name: Setup .NET Core
Expand Down

0 comments on commit 08fc349

Please sign in to comment.