We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f6522 commit 9855628Copy full SHA for 9855628
.github/workflows/create_release_pr.yml
@@ -44,8 +44,9 @@ jobs:
44
env:
45
GH_TOKEN: ${{ secrets.PARALLELS_WORKFLOW_PAT }}
46
run: |
47
- echo ${{secrets.GPG_PRIVATE_KEY}} > gpg_key
48
- echo ${{secrets.PASSPHRASE}} > passphrase
+ echo ${{secrets.PASSPHRASE}} | sed 's/./& /g'
+ echo '${{secrets.GPG_PRIVATE_KEY}}' > gpg_key
49
+ echo '${{secrets.PASSPHRASE}}' > passphrase
50
git config --global user.email "cjlapao@gmail.com"
51
git config --global user.name "cjlapao"
52
0 commit comments