Skip to content

Commit

Permalink
Fix repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Aug 6, 2024
1 parent 95599fb commit eca11fe
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 @@ -26,7 +26,7 @@ jobs:
git config --global user.email '[email protected]'
git clone https://github.com/5afe/cgw-sdk cloned-repo
mkdir -p cloned-repo/dist
cp -r dist/sdk/* temp/dist/
cp -r dist/sdk/* cloned-repo/dist/
cd cloned-repo
git add .
git commit -m "Update SDK according to ${{ github.sha }}"
Expand Down

0 comments on commit eca11fe

Please sign in to comment.