mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-11 17:50:58 +00:00
enable to resolve commit hash in uses
(#530)
Co-authored-by: sinozu <sinozu@users.noreply.github.com> Co-authored-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
parent
cd42d0301a
commit
f15abae92e
2 changed files with 13 additions and 2 deletions
|
@ -186,6 +186,11 @@ func TestGitCloneExecutor(t *testing.T) {
|
|||
Ref: "act-fails",
|
||||
Err: nil,
|
||||
},
|
||||
"sha": {
|
||||
URL: "https://github.com/actions/checkout",
|
||||
Ref: "5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f", // v2
|
||||
Err: nil,
|
||||
},
|
||||
} {
|
||||
tt := tt
|
||||
name := name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue