Skip to content

Commit

Permalink
delete expired branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sqin2019 committed Jul 31, 2023
1 parent 236c14f commit 881914e
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 @@ -102,7 +102,7 @@ jobs:
await github.rest.git.deleteRef({
owner: repoOwner,
repo: repoName,
ref: heads/${pull['head']['ref']},
ref: 'heads/${pull['head']['ref']}',
});
} else {
core.info(`Skipping #${pull['number']} (${pull['title']}) - not an AOD request`);
Expand Down

0 comments on commit 881914e

Please sign in to comment.