We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc324c commit 44ced89Copy full SHA for 44ced89
.github/workflows/test-pr.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- name: Build Matrix
20
id: builder
21
- uses: regolith-linux/actions/build-matrix@main
+ uses: regolith-linux/actions/build-matrix@voulage-ref-override
22
with:
23
name: "regolith-avizo"
24
ref: "${{ github.base_ref }}" # build for target branch of the pull request
@@ -45,7 +45,7 @@ jobs:
45
gpg-key: "${{ secrets.PACKAGE_PRIVATE_KEY2 }}"
46
47
- name: Build Package
48
- uses: regolith-linux/actions/build-package@main
+ uses: regolith-linux/actions/build-package@voulage-ref-override
49
50
51
distro: "${{ matrix.distro }}"
0 commit comments