Skip to content

Commit 7bde54d

Browse files
committed
CCM-10294: temp testing change
1 parent 193df1d commit 7bde54d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/dispatch_internal_repo_workflow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
shell: bash
6060
run: |
6161
echo "debugging=$GITHUB_ENV"
62+
cat $GITHUB_ENV
63+
echo $SANDBOX_NAME
6264
DISPATCH_EVENT=$(jq -ncM \
6365
--arg infraRepoName "${{ inputs.infraRepoName }}" \
6466
--arg releaseVersion ${{ inputs.releaseVersion }} \

.github/workflows/stage-4-acceptance.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ jobs:
3535
SANDBOX_NAME=$(./scripts/sandbox-utils.sh "$REF")
3636
echo "SANDBOX_NAME=$SANDBOX_NAME"
3737
echo "BEFORE: $GITHUB_ENV"
38+
cat $GITHUB_ENV
3839
echo "SANDBOX_NAME=$SANDBOX_NAME" >> $GITHUB_ENV
3940
echo "AFTER: $GITHUB_ENV"
41+
cat $GITHUB_ENV
4042
4143
sandbox-set-up:
4244
name: Step 1

0 commit comments

Comments
 (0)