File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 build :
3030 runs-on : ubuntu-latest
3131 # Only run on the main repository, not on forks
32- if : github.repository == 'symposium-dev /symposium-acp'
32+ if : github.repository == 'agentclientprotocol /symposium-acp'
3333 env :
3434 MDBOOK_VERSION : 0.5.1
3535 steps :
5858 runs-on : ubuntu-latest
5959 needs : build
6060 # Only run on the main repository, not on forks
61- if : github.repository == 'symposium-dev /symposium-acp'
61+ if : github.repository == 'agentclientprotocol /symposium-acp'
6262 steps :
6363 - name : Deploy to GitHub Pages
6464 id : deployment
Original file line number Diff line number Diff line change 99 release-plz-release :
1010 name : Release-plz release
1111 runs-on : ubuntu-latest
12- if : ${{ github.repository_owner == 'symposium-dev ' }}
12+ if : ${{ github.repository_owner == 'agentclientprotocol ' }}
1313 permissions :
1414 contents : write
1515 id-token : write
3434 release-plz-pr :
3535 name : Release-plz PR
3636 runs-on : ubuntu-latest
37- if : ${{ github.repository_owner == 'symposium-dev ' }}
37+ if : ${{ github.repository_owner == 'agentclientprotocol ' }}
3838 permissions :
3939 pull-requests : write
4040 contents : write
You can’t perform that action at this time.
0 commit comments