We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49f5a8 commit 55b2475Copy full SHA for 55b2475
.github/workflows/main.yml
@@ -0,0 +1,3 @@
1
+- name: Debug PGP Key (只打印头部)
2
+ run: |
3
+ echo "${{ secrets.SIGNING_KEY }}" | head -n 5
0 commit comments