Skip to content

Commit

Permalink
refactor: remove old logging and change step name
Browse files Browse the repository at this point in the history
  • Loading branch information
rdash99 committed Oct 10, 2024
1 parent b3875cf commit a552862
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/project-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:

- uses: actions/github-script@v7
id: repos
id: dashboard-updater
env:
GITHUB_TOKEN: ${{ secrets.DASHBOARD_TEST_TOKEN }}
with:
Expand Down Expand Up @@ -68,8 +68,7 @@ jobs:
}`;
const boardData = await github.graphql(board);
const boardID = boardData.organization.projectV2.id
console.log(boardID)
const boardID = boardData.organization.projectV2.id;
const PRQuery = `query PRs($cursor: String, $repo: String!) {
organization(login: "SwanseaUniversityMedical") {
Expand Down

0 comments on commit a552862

Please sign in to comment.