Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 10, 2024
1 parent 3c5425e commit 4c1b6cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions forge/actions/publish/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30458,6 +30458,9 @@ async function run() {
return;
}

core.info(
`Current ref: ${github.context.ref}\nDefault branch: ${github.context.payload.repository.default_branch}`,
);
if (
github.context.ref !== github.context.payload.repository.default_branch
) {
Expand Down
2 changes: 1 addition & 1 deletion forge/actions/publish/dist/index.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions forge/actions/publish/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ async function run() {
return;
}

core.info(
`Current ref: ${github.context.ref}\nDefault branch: ${github.context.payload.repository.default_branch}`,
);
if (
github.context.ref !== github.context.payload.repository.default_branch
) {
Expand Down

0 comments on commit 4c1b6cb

Please sign in to comment.