diff --git a/.github/workflows/test_organization_installed.yml b/.github/workflows/test_organization_installed.yml index e27927d..3f6e3a8 100644 --- a/.github/workflows/test_organization_installed.yml +++ b/.github/workflows/test_organization_installed.yml @@ -39,5 +39,5 @@ jobs: with: github-token: ${{ steps.use_action.outputs.token }} script: | - const repo = await github.rest.repos.get({owner: 'octodemo', repo: 'demo-bootstrap'}); + const repo = await github.rest.repos.get({owner: 'octodemo', repo: 'bootstrap'}); console.log(JSON.stringify(repo, null, 2)); diff --git a/.github/workflows/test_organization_installed_revocation.yml b/.github/workflows/test_organization_installed_revocation.yml index 41666b6..2f010a8 100644 --- a/.github/workflows/test_organization_installed_revocation.yml +++ b/.github/workflows/test_organization_installed_revocation.yml @@ -40,5 +40,5 @@ jobs: with: github-token: ${{ steps.use_action.outputs.token }} script: | - const repo = await github.rest.repos.get({owner: 'octodemo', repo: 'demo-bootstrap'}); + const repo = await github.rest.repos.get({owner: 'octodemo', repo: 'bootstrap'}); console.log(JSON.stringify(repo, null, 2));