We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2207791 commit 3461ce2Copy full SHA for 3461ce2
.github/workflows/megalinter.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: Copy linting config from r.workflows/main
32
shell: bash
33
run: |
34
- if ["${GITHUB_REPOSITORY,,}" = "novonordisk-opensource/r.workflows"]; then
+ if [ "GITHUB_REPOSITORY" = "NovoNordisk-OpenSource/r.workflows" ]; then
35
workflow_branch="$GITHUB_REF_NAME"
36
echo --------------------->
37
echo $workflow_branch
0 commit comments