Skip to content

Commit d1dc75d

Browse files
BUILD-9108 warp windows oss
1 parent dcfb1f1 commit d1dc75d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-gradle/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ runs:
120120
121121
- name: Restore Gradle Cache
122122
if: ${{ inputs.disable-caching != 'true' }}
123-
uses: SonarSource/gh-action_cache@v1
123+
uses: SonarSource/ci-github-actions/cache@v1
124124
id: gradle-cache-restore
125125
with:
126126
path: |

promote/promote.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ MULTI_REPO_SRC_PRIVATE=sonarsource-private-qa
4444
MULTI_REPO_SRC_PUBLIC=sonarsource-public-qa
4545

4646
set_build_env() {
47-
DEFAULT_BRANCH=${DEFAULT_BRANCH:=$(gh repo view --json defaultBranchRef --jq ".defaultBranchRef.name")}
47+
: "${DEFAULT_BRANCH:=$(gh repo view --json defaultBranchRef --jq ".defaultBranchRef.name")}"
4848
export DEFAULT_BRANCH
4949
}
5050

0 commit comments

Comments
 (0)