Skip to content

Commit 3461ce2

Browse files
committed
test
1 parent 2207791 commit 3461ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/megalinter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Copy linting config from r.workflows/main
3232
shell: bash
3333
run: |
34-
if ["${GITHUB_REPOSITORY,,}" = "novonordisk-opensource/r.workflows"]; then
34+
if [ "GITHUB_REPOSITORY" = "NovoNordisk-OpenSource/r.workflows" ]; then
3535
workflow_branch="$GITHUB_REF_NAME"
3636
echo --------------------->
3737
echo $workflow_branch

0 commit comments

Comments
 (0)