Skip to content

Commit

Permalink
chore: updated dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
alikulka committed Jan 30, 2025
1 parent 5462b73 commit 0b50d3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/entrypoint.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Test comment in entrypoint.ts
import * as core from '@actions/core';
import { getBooleanInput, getInput } from '@actions/core';
import { getInput } from '@actions/core';
import * as github from '@actions/github';
import { closeIssue, getIssues, getTimelineEvents, hasEnoughUpvotes, markStale, removeLabel } from './github';
import {
Expand Down

0 comments on commit 0b50d3f

Please sign in to comment.