Skip to content

Commit

Permalink
chore: more debugging...
Browse files Browse the repository at this point in the history
  • Loading branch information
FabiLo22 committed Oct 28, 2024
1 parent f447452 commit 62eae79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typescript-action",
"description": "Givve Automatic Deployment",
"version": "v0.0.12",
"version": "v0.0.13",
"author": "PL Gutscheinsysteme GmbH",
"private": true,
"homepage": "https://github.com/actions/typescript-action",
Expand Down
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ export async function run(): Promise<void> {
try {
const github = new GitHub()
await github.performAuth()

console.log('AUTHED')
const labels = await github.getLabels()

console.log(labels)
// Manual deployment, check locks
const locks = (await getLocks(component)).data.data
const activeLock = _.find(locks, {
Expand Down

0 comments on commit 62eae79

Please sign in to comment.