Skip to content

Commit a14d1f6

Browse files
authored
Update update-roadmap-project-dates.yml
1 parent ed20dc2 commit a14d1f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-roadmap-project-dates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- name: Update Project Board Dates
3232
uses: actions/github-script@v6
3333
with:
34-
github-token: ${{ secrets.PROJECT_TOKEN }}
35-
script:|
34+
github-token: ${{ secrets.PROJECT_TOKEN }}
35+
script: |
3636
const { Octokit } = require('@octokit/rest');
3737
const octokit = new Octokit({ auth:process.env.GITHUB_TOKEN });
3838

0 commit comments

Comments
 (0)