mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 01:49:56 +08:00
Remove extra $
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user