We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a7d68 commit 4c79729Copy full SHA for 4c79729
.github/workflows/deploy.yml
@@ -34,10 +34,3 @@ jobs:
34
- name: Get repochat domain
35
run: echo "DOMAIN=${{ steps.deploy_repochat.outputs.domain }}" >> $GITHUB_OUTPUT
36
id: repochat_domain
37
-
38
- - name: Set repo's website URL
39
- run: |
40
- gh repo edit ${{ github.repository }} --homepage "https://$DOMAIN"
41
- env:
42
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
0 commit comments