chore(actions): actually redirect the default_index output lol

This commit is contained in:
Erica Marigold 2024-11-12 21:10:10 +05:30 committed by GitHub
parent bbbce960b0
commit afe13e8819
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ jobs:
- name: Authenticate into pesde registry
run: |
echo -e "default_index = "https://github.com/daimond113/pesde-index"\n$(cat $HOME/.pesde/config.toml)"
echo -e "default_index = "https://github.com/daimond113/pesde-index"\n$(cat $HOME/.pesde/config.toml)" > $HOME/.pesde/config.toml
echo '[tokens]' > $HOME/.pesde/config.toml
echo '"https://github.com/daimond113/pesde-index.git" = "${{ secrets.PESDE_TOKEN }}"' >> $HOME/.pesde/config.toml