Skip to content

Commit

Permalink
chore: remove debug value
Browse files Browse the repository at this point in the history
  • Loading branch information
FabiLo22 committed Nov 21, 2024
1 parent 38bb4d2 commit 124732f
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 7 deletions.
29 changes: 26 additions & 3 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

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.1.7",
"version": "v0.1.8",
"author": "PL Gutscheinsysteme GmbH",
"private": true,
"homepage": "https://github.com/givve/github_deployment_action",
Expand Down
3 changes: 1 addition & 2 deletions src/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ export class GitHub {
{
owner: 'givve',
repo: 'givve',
//pull_number: core.getInput('pull_request')
pull_number: 7485
pull_number: core.getInput('pull_request')
}
)

Expand Down
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export async function run(): Promise<void> {
const github = new GitHub()
await github.performAuth()
const labels = await github.getLabels()

if (
!_.includes(labels, 'auto deploy') &&
_.includes(labels, 'manual deploy')
Expand Down

0 comments on commit 124732f

Please sign in to comment.