Skip to content

Commit

Permalink
Copy before push
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Aug 6, 2024
1 parent 7c700c7 commit 1eca70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
git config --global user.name 'iamacook'
git config --global user.email '[email protected]'
git clone https://github.com/5afe/cgw-sdk
cd cgw-sdk
cp -r dist/sdk/* cgw-sdk
cd cgw-sdk
git add .
git commit -m "Update SDK according to ${{ github.sha }}"
git push https://[email protected]/5afe/cgw-sdk.git

0 comments on commit 1eca70c

Please sign in to comment.