We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2cef5 commit 0b8eb22Copy full SHA for 0b8eb22
.github/actions/normalize-branch-name/action.yaml
@@ -9,6 +9,7 @@ runs:
9
- id: normalize_branch_name
10
shell: bash
11
run: |
12
+ set +x
13
branch=$(git rev-parse --abbrev-ref HEAD)
14
stripped=$(echo $branch | sed -e 's/[^a-zA-Z0-9-]//g' | tr '[:upper:]' '[:lower:]')
15
starting_from_jira_ref=$(echo $stripped | grep -Eo '\d{4,}.*')
infrastructure/terraform/components/sandbox/pre.sh
@@ -1,4 +1,4 @@
1
2
-# npm ci
+npm ci
3
4
npm run generate-dependencies --workspaces --if-present
0 commit comments