We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb3090 commit 57090a9Copy full SHA for 57090a9
.github/workflows/somedotest.yml
@@ -31,6 +31,9 @@ jobs:
31
#az acr login --name $ACR_REGISTRY_NAME --username $TOKEN_NAME --password $PASSWORD
32
33
# Build and push dev images
34
+ cd "$GITHUB_WORKSPACE/ref"
35
+ corepack enable
36
+ corepack prepare yarn@4.9.4 --activate
37
yarn install
38
npm install -g @devcontainers/cli
39
GIT_BRANCH=$(echo "${{ github.ref }}" | grep -oP 'refs/(heads|tags)/\K(.+)')
0 commit comments