Skip to content

Commit

Permalink
chore: update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed Sep 29, 2024
1 parent 3ba2beb commit f66e9ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -145023,7 +145023,7 @@ async function restoreCache(branch) {

const PAYLOAD = lib_github.context.payload;
const IS_PULL_REQUEST = PAYLOAD.pull_request !== undefined;
const CURRENT_BRANCH = lib_github.context.ref;
const CURRENT_BRANCH = lib_github.context.ref.replace("refs/heads/", "");
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access,@typescript-eslint/no-unsafe-assignment
const TARGET_BRANCH = PAYLOAD.pull_request?.base.ref;

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

Large diffs are not rendered by default.

0 comments on commit f66e9ec

Please sign in to comment.