Skip to content

Commit 8859a4d

Browse files
committed
workflows used github.repository
1 parent f1fb8b0 commit 8859a4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/vcpkg-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
$portfileQt5Path = Resolve-Path -Path './cmake/vcpkg/ports/tinyorm-qt5/portfile.cmake'
150150
$vcpkgRef = '${{ github.ref_name }}'
151151
152-
Edit-VcpkgRefAndHash -Project 'silverqx/TinyORM' -Ref $vcpkgRef `
152+
Edit-VcpkgRefAndHash -Project '${{ github.repository }}' -Ref $vcpkgRef `
153153
-PortFile $portfileQt6Path, $portfileQt5Path `
154154
-EnableRetries
155155

.github/workflows/vcpkg-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
$portfileQt5Path = Resolve-Path -Path './cmake/vcpkg/ports/tinyorm-qt5/portfile.cmake'
132132
$vcpkgRef = '${{ github.ref_name }}'
133133
134-
Edit-VcpkgRefAndHash -Project 'silverqx/TinyORM' -Ref $vcpkgRef `
134+
Edit-VcpkgRefAndHash -Project '${{ github.repository }}' -Ref $vcpkgRef `
135135
-PortFile $portfileQt6Path, $portfileQt5Path `
136136
-EnableRetries
137137

0 commit comments

Comments
 (0)