Skip to content

Commit

Permalink
Update move-main.yml
Browse files Browse the repository at this point in the history
typo correction
  • Loading branch information
imAlessas authored Aug 14, 2024
1 parent 8458f16 commit 43d9da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/move-main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MOve doc/main.pdf to root
name: Move doc/main.pdf to root

on:
push:
Expand Down Expand Up @@ -38,6 +38,6 @@ jobs:
echo "No changes to commit, skipping commit and push."
else
git add --all
git commit -m "MOve main.pdf to root folder"
git commit -m "Move main.pdf to root folder"
git push origin $base_branch
fi

0 comments on commit 43d9da3

Please sign in to comment.