-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tilak Kumar G
committed
Jun 3, 2024
1 parent
c0d860b
commit e41f0f8
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ jobs: | |
- name: Create .list file | ||
run: | | ||
echo "deb [signed-by=/etc/apt/trusted.gpg.d/KEY.gpg] https://logfire-sh.github.io/cli ./" > ppa/my_list_file.list | ||
echo "deb [signed-by=/etc/apt/trusted.gpg.d/KEY.gpg] https://logfire-ai.github.io/cli ./" > ppa/my_list_file.list | ||
- name: Fetch all branches | ||
run: git fetch --all | ||
|
@@ -86,7 +86,7 @@ jobs: | |
- name: Clone gh-pages branch | ||
run: | | ||
git clone --branch gh-pages https://github.com/logfire-sh/cli.git gh-pages | ||
git clone --branch gh-pages https://github.com/logfire-ai/cli.git gh-pages | ||
- name: Copy ppa contents to gh-pages | ||
run: | | ||
|
@@ -114,7 +114,7 @@ jobs: | |
cd gh-pages | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "Logfire" | ||
git remote set-url origin https://x-access-token:${{ secrets.TOKEN }}@github.com/logfire-sh/cli.git | ||
git remote set-url origin https://x-access-token:${{ secrets.TOKEN }}@github.com/logfire-ai/cli.git | ||
git add . | ||
git pull | ||
git commit -m "Update GitHub Pages with YUM repo" | ||
|