mirror of https://github.com/ppy/osu
Remove extra $
This commit is contained in:
parent
d22fcc14fc
commit
29d69b2b83
|
@ -91,7 +91,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
path: 'pr/osu'
|
||||
repository: $${{ steps.upstreambranch.outputs.repo }}
|
||||
repository: ${{ steps.upstreambranch.outputs.repo }}
|
||||
ref: ${{ steps.upstreambranch.outputs.branchname }}
|
||||
|
||||
- name: Checkout osu-difficulty-calculator (master)
|
||||
|
|
Loading…
Reference in New Issue