fix: typo in git branch name

This commit is contained in:
Mohammad Rafiq 2025-02-20 06:36:09 +08:00
parent b1dc818658
commit 41b0cc8747

View file

@ -8,5 +8,5 @@ jobs:
- run: git init - run: git init
- run: git remote add origin https://github.com/bwfiq/dotfiles - run: git remote add origin https://github.com/bwfiq/dotfiles
- run: git fetch - run: git fetch
- run: git checkout -f master - run: git checkout -f main
- run: exit - run: exit