Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengyangliu committed Jul 12, 2024
1 parent d5d75d7 commit 2012ce6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sync_release_to_gitee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
script: |
const axios = require('axios');
const releaseData = {
access_token: ${{ secrets.GITEE_TOKEN }},
tag_name: ${{ steps.get_release_info.outputs.tag_name }},
name: ${{ steps.get_release_info.outputs.name }},
body: ${{ steps.get_release_info.outputs.body }},
access_token: "${{ secrets.GITEE_TOKEN }}",
tag_name: "${{ steps.get_release_info.outputs.tag_name }}",
name: "${{ steps.get_release_info.outputs.name }}",
body: "${{ steps.get_release_info.outputs.body }}",
draft: false,
prerelease: false
};
Expand Down

0 comments on commit 2012ce6

Please sign in to comment.