mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 13:29:56 +02:00
fix: action fixed (#488)
This commit is contained in:
2
.github/workflows/build-branch-ee.yml
vendored
2
.github/workflows/build-branch-ee.yml
vendored
@@ -112,7 +112,7 @@ jobs:
|
||||
if [ "${{ github.event_name }}" == "release" ]; then
|
||||
ssh-keygen -t ed25519 -m PEM -f monitor/prime.key -N ""
|
||||
else
|
||||
echo ${{ secrets.DEFAULT_PRIME_PRIVATE_KEY }} > monitor/prime.key
|
||||
echo "${{ secrets.DEFAULT_PRIME_PRIVATE_KEY }}" > monitor/prime.key
|
||||
fi
|
||||
|
||||
echo "-----------------"
|
||||
|
||||
Reference in New Issue
Block a user