Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • 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.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand 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: |
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit e41f0f8

Please sign in to comment.