We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c01407 commit c4fa18dCopy full SHA for c4fa18d
dist/post.cjs
@@ -3005,7 +3005,7 @@ async function post(core2, request2) {
3005
}
3006
const expiresAt = core2.getState("expiresAt");
3007
if (expiresAt && tokenExpiresIn(expiresAt) < 0) {
3008
- core2.info("Token already expired");
+ core2.info("Token expired, skipping token revocation");
3009
return;
3010
3011
try {
package.json
@@ -2,7 +2,7 @@
2
"name": "create-github-app-token",
3
"private": true,
4
"type": "module",
5
- "version": "1.6.3",
+ "version": "1.6.4",
6
"description": "GitHub Action for creating a GitHub App Installation Access Token",
7
"scripts": {
8
"build": "esbuild main.js post.js --bundle --outdir=dist --out-extension:.js=.cjs --platform=node --target=node20.0.0",
0 commit comments