diff --git a/.github/workflows/update-docset.yml b/.github/workflows/update-docset.yml index 85f0f89..1bb02c3 100644 --- a/.github/workflows/update-docset.yml +++ b/.github/workflows/update-docset.yml @@ -1,4 +1,4 @@ -name: Monthly Update +name: Update Docset on: schedule: @@ -51,7 +51,7 @@ jobs: cd Dash-User-Contributions git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - git checkout -b tldr-pages-update + git checkout -b tldr-update git add --all . git commit -m "Update TLDR pages docset to $new_version" - git push --force origin tldr-pages-update + git push --force origin tldr-update