Skip to content

Commit a1066e5

Browse files
committed
test
1 parent 3461ce2 commit a1066e5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/megalinter.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ jobs:
3232
shell: bash
3333
run: |
3434
if [ "GITHUB_REPOSITORY" = "NovoNordisk-OpenSource/r.workflows" ]; then
35+
echo $GITHUB_REF_NAME
3536
workflow_branch="$GITHUB_REF_NAME"
36-
echo --------------------->
37-
echo $workflow_branch
38-
echo --------------------->
3937
else
4038
workflow_branch="main"
4139
fi

0 commit comments

Comments
 (0)