mirror of
https://github.com/varunsridharan/actions-toolkit.git
synced 2025-02-23 23:23:47 +08:00
Fixed URL!!!!!!!!
This commit is contained in:
parent
53128a0365
commit
b0ae2c2324
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ function github_url( $raw = false, $repository = false, $branch = false, $file_p
|
|||
|
||||
if ( false !== $branch ) {
|
||||
$branch = ( empty( $branch ) ) ? GH_REF_BRANCH : $branch;
|
||||
$url .= ( $raw ) ? 'blob/' : '';
|
||||
$url .= ( $raw ) ? '' : 'blob/';
|
||||
$url .= $branch . '/';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue