Remove extra $

This commit is contained in:
Dean Herbert 2021-09-22 01:29:56 +09:00
parent d22fcc14fc
commit 29d69b2b83
1 changed files with 1 additions and 1 deletions

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)