Skip to content

Commit 44ced89

Browse files
committed
temp: use voulage-ref-override
1 parent 5cc324c commit 44ced89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Build Matrix
2020
id: builder
21-
uses: regolith-linux/actions/build-matrix@main
21+
uses: regolith-linux/actions/build-matrix@voulage-ref-override
2222
with:
2323
name: "regolith-avizo"
2424
ref: "${{ github.base_ref }}" # build for target branch of the pull request
@@ -45,7 +45,7 @@ jobs:
4545
gpg-key: "${{ secrets.PACKAGE_PRIVATE_KEY2 }}"
4646

4747
- name: Build Package
48-
uses: regolith-linux/actions/build-package@main
48+
uses: regolith-linux/actions/build-package@voulage-ref-override
4949
with:
5050
name: "regolith-avizo"
5151
distro: "${{ matrix.distro }}"

0 commit comments

Comments
 (0)