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) {
30053005 }
30063006 const expiresAt = core2 . getState ( "expiresAt" ) ;
30073007 if ( expiresAt && tokenExpiresIn ( expiresAt ) < 0 ) {
3008- core2 . info ( "Token already expired" ) ;
3008+ core2 . info ( "Token expired, skipping token revocation " ) ;
30093009 return ;
30103010 }
30113011 try {
Original file line number Diff line number Diff line change 22 "name" : " create-github-app-token" ,
33 "private" : true ,
44 "type" : " module" ,
5- "version" : " 1.6.3 " ,
5+ "version" : " 1.6.4 " ,
66 "description" : " GitHub Action for creating a GitHub App Installation Access Token" ,
77 "scripts" : {
88 "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