We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888a74c commit bd90647Copy full SHA for bd90647
1 file changed
.github/workflows/publish-to-pkg.pr.new.yml
@@ -157,8 +157,7 @@ jobs:
157
- name: Register commit build with the registry bridge
158
id: bridge
159
if: github.event.pull_request.head.repo.full_name == github.repository
160
- # Pinned to the PR #56 branch head for verification; repin to main once it merges.
161
- uses: voidzero-dev/pkg-pr-registry-bridge@72ef590d3d6c82ddbd21fc4d029c7e7641300755 # feat/action-local-pack (PR #56)
+ uses: voidzero-dev/pkg-pr-registry-bridge@711e22a2e1ae55d809fc5fab514c1180a41ac91e # main
162
with:
163
sha: ${{ github.event.pull_request.head.sha }}
164
admin-token: ${{ secrets.PKG_PR_BRIDGE_ADMIN_TOKEN }}
0 commit comments