Skip to content

Commit

Permalink
Fixed repository clone URL
Browse files Browse the repository at this point in the history
  • Loading branch information
okynos committed Jan 19, 2025
1 parent 65d1569 commit c23e1c4
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]
steps:
- name: Check out repository code, branch='${{ github.ref }}'
run: git clone ${{ github.repositoryUrl }} -b ${{ github.ref_name }} ${{ github.run_id }} ; cd ${{ github.run_id }}
run: git clone https://github.com/${{ github.repository }}.git -b ${{ github.ref_name }} ${{ github.run_id }} ; cd ${{ github.run_id }}

- name: Building package
run: sudo ./builder.sh
Expand Down

0 comments on commit c23e1c4

Please sign in to comment.