Skip to content

Commit

Permalink
test push to gitee
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jan 26, 2025
1 parent f784c5a commit c077e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-to-gitee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: push to gitee
on:
push:
jobs:
sync-to-gitee:
push-to-gitee:
if: ${{ (github.repository_owner == 'jingjingxyk') }}
runs-on: ubuntu-latest
steps:
Expand All @@ -19,7 +19,7 @@ jobs:
PUSH_TO_GITEE_SECRET_KEY: ${{ secrets.PUSH_TO_GITEE_SECRET_KEY }}
run: |
mkdir -p ~/.ssh/
echo -E $PUSH_TO_GITEE_SECRET_KEY > ~/.ssh/swoole-cli-github-push-to-gitee-key
printf "%s\n" "$PUSH_TO_GITEE_SECRET_KEY" > ~/.ssh/swoole-cli-github-push-to-gitee-key
chmod 0400 ~/.ssh/swoole-cli-github-push-to-gitee-key
cat > ~/.ssh/config <<'EOF'
Host gitee.com
Expand Down

0 comments on commit c077e20

Please sign in to comment.