Merge pull request #8101 from pulumi/vl/Updatedocalias

Update doc alias
This commit is contained in:
Vivek Lakshmanan 2021-09-29 17:06:54 -07:00 committed by GitHub
commit 664f6eddbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View file

@ -47,13 +47,9 @@ jobs:
node-version: [ 14.x ]
steps:
- name: Install Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Add GOBIN to PATH
run: |
mkdir -p "$(go env GOPATH)/bin"
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Install Node.js
uses: actions/setup-node@v1
with:

View file

@ -65,6 +65,7 @@ var (
"alicloud": "AliCloud",
"auth0": "Auth0",
"aws": "AWS",
"aws-native": "AWS Native (preview)",
"azure": "Azure Classic",
"azure-native": "Azure Native",
"azuread": "Azure AD",