Skip to content

Commit

Permalink
Updating repository references
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-murray authored Oct 14, 2024
1 parent 977b53c commit 0b50fc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_organization_installed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Original file line number Diff line number Diff line change
Expand Up @@ -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));

0 comments on commit 0b50fc9

Please sign in to comment.