Skip to content

Commit

Permalink
ci: rename a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
cvn committed Oct 31, 2023
1 parent 1b8b6bb commit 5aa332a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-docset.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Monthly Update
name: Update Docset

on:
schedule:
Expand Down Expand Up @@ -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

0 comments on commit 5aa332a

Please sign in to comment.