1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 01:49:56 +08:00

Remove extra $

This commit is contained in:
Dean Herbert
2021-09-22 01:29:56 +09:00
Unverified
parent d22fcc14fc
commit 29d69b2b83
+1 -1
View File
@@ -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)