Skip to content

Commit

Permalink
test cleanup and expire
Browse files Browse the repository at this point in the history
  • Loading branch information
sqin2019 committed Sep 7, 2023
1 parent dee8fa2 commit 8b62f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/expire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
});
core.info(`pull ${pull}`);
expiredPulls.push(pull)
expiredPulls.push(pull['number'])
core.info(`expiredPull ${expiredPulls}`);
} else {
core.info(`Skipping #${pull['number']} (${pull['title']}) - not an AOD request`);
Expand All @@ -145,4 +145,4 @@ jobs:
return expiredPulls;
- name: Get result

Check failure on line 147 in .github/workflows/expire.yml

View workflow job for this annotation

GitHub Actions / yaml_lint / yamllint

147:15 [quoted-strings] string value is not quoted with single quotes
run: echo "${{steps.close_pr.outputs.result}}[0].number"
run: echo "${{steps.close_pr.outputs.result}}"

Check failure on line 148 in .github/workflows/expire.yml

View workflow job for this annotation

GitHub Actions / yaml_lint / yamllint

148:14 [quoted-strings] string value is not quoted with single quotes

Check failure on line 148 in .github/workflows/expire.yml

View workflow job for this annotation

GitHub Actions / yaml_lint / yamllint

148:55 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit 8b62f83

Please sign in to comment.