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 7177495 commit 46acd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/expire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
});
core.info(`outter expiredPull ${expiredPulls}`);
return expiredPulls;
return await expiredPulls;
- name: Get result

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

View workflow job for this annotation

GitHub Actions / yaml_lint / yamllint

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

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

View workflow job for this annotation

GitHub Actions / yaml_lint / yamllint

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

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

View workflow job for this annotation

GitHub Actions / yaml_lint / yamllint

149:57 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit 46acd18

Please sign in to comment.