File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3005,7 +3005,7 @@ async function post(core2, request2) {
3005
3005
}
3006
3006
const expiresAt = core2 . getState ( "expiresAt" ) ;
3007
3007
if ( expiresAt && tokenExpiresIn ( expiresAt ) < 0 ) {
3008
- core2 . info ( "Token already expired" ) ;
3008
+ core2 . info ( "Token expired, skipping token revocation " ) ;
3009
3009
return ;
3010
3010
}
3011
3011
try {
Original file line number Diff line number Diff line change 2
2
"name" : " create-github-app-token" ,
3
3
"private" : true ,
4
4
"type" : " module" ,
5
- "version" : " 1.6.3 " ,
5
+ "version" : " 1.6.4 " ,
6
6
"description" : " GitHub Action for creating a GitHub App Installation Access Token" ,
7
7
"scripts" : {
8
8
"build" : " esbuild main.js post.js --bundle --outdir=dist --out-extension:.js=.cjs --platform=node --target=node20.0.0" ,
You can’t perform that action at this time.
0 commit comments