Skip to content

Commit

Permalink
fix; typo
Browse files Browse the repository at this point in the history
  • Loading branch information
manhinhang committed Apr 16, 2024
1 parent 80f2949 commit 7cf2066
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/detect-new-ver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
git pull
git checkout -b "$branch" origin/master
# Update files
cp README.update README.m
cp Dockerfile.update Dockderfile
cp README.update README.md
cp Dockerfile.update Dockerfile
#####
git add README.md
git add Dockderfile
git add Dockerfile
git commit -m 'Update to `${{ steps.check-update.outputs.ib-gateway-ver }}`'
git push --set-upstream origin "$branch"
Expand Down

0 comments on commit 7cf2066

Please sign in to comment.