Skip to content

Commit

Permalink
Fixed repodir syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
okynos committed Jan 19, 2025
1 parent bb2bb44 commit ff02c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: [self-hosted, centos7]
env:
repodir: ${{ github.workspace }}/${{ github.run_id }}
pkgdir: ${{ repodir }}/pkg/rpm
pkgdir: ${repodir}/pkg/rpm
steps:
- name: Check out repository code, branch='${{ github.ref }}'
run: git clone https://github.com/${{ github.repository }}.git -b ${{ github.ref_name }} $repodir
Expand Down

0 comments on commit ff02c20

Please sign in to comment.