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 1c58aa1 commit f447452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.11",
"version": "v0.0.12",
"author": "PL Gutscheinsysteme GmbH",
"private": true,
"homepage": "https://github.com/actions/typescript-action",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export async function run(): Promise<void> {
component: component,
unlocked_by: null
})

core.debug(JSON.stringify(labels))
if (_.includes(labels, 'auto deploy')) {
if (activeLock) {
// There is a lock, so we check if we cancel or wait
Expand Down

0 comments on commit f447452

Please sign in to comment.