Skip to content

Commit 28c63d1

Browse files
authoredSep 28, 2022
Merge pull request #1268 from jsoref/rev-parse
Correct program name
2 parents 1f0700d + a4e4529 commit 28c63d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎lib/actions-util.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/actions-util.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ export async function getRef(): Promise<string> {
545545
// in actions/checkout@v1 this may not be true as it checks out the repository
546546
// using GITHUB_REF. There is a subtle race condition where
547547
// git rev-parse GITHUB_REF != GITHUB_SHA, so we must check
548-
// git git-parse GITHUB_REF == git rev-parse HEAD instead.
548+
// git rev-parse GITHUB_REF == git rev-parse HEAD instead.
549549
const hasChangedRef =
550550
sha !== head &&
551551
(await getCommitOid(

0 commit comments

Comments
 (0)