Skip to content

Commit

Permalink
Update git metadata comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed Jan 27, 2022
1 parent 93f01b9 commit 92d066a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions dist/deploy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21942,8 +21942,7 @@ async function run() {
);
}

// Optionally include some git data in the location metadata
// used for some rich linking UI
// Git metadata, used for rich linkbacks
const sha = github.context.sha;
const shortSha = sha.substr(0, 6);
const url =
Expand Down
2 changes: 1 addition & 1 deletion dist/deploy/index.js.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/deploy-action.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ async function run() {
);
}

// Optionally include some git data in the location metadata
// used for some rich linking UI
// Git metadata, used for rich linkbacks
const sha = github.context.sha;
const shortSha = sha.substr(0, 6);
const url =
Expand Down

0 comments on commit 92d066a

Please sign in to comment.