File tree Expand file tree Collapse file tree 5 files changed +2144
-87
lines changed
Expand file tree Collapse file tree 5 files changed +2144
-87
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2929 # github_pr_repo: ${{ github.event.pull_request.head.repo.full_name }}
3030
3131permissions :
32+ actions : read
33+ checks : read
3234 contents : write
35+ deployments : read
36+ pull-requests : read
37+ statuses : read
3338
3439jobs :
3540 arm_docs :
@@ -42,12 +47,12 @@ jobs:
4247 - name : Show env
4348 run : env | sort
4449
45- # - name: Check out PR
46- # run: |
47- # echo "==> Check out PR..."
48- # gh pr checkout "$github_pr_number"
49- # env:
50- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50+ - name : Check out PR
51+ run : |
52+ echo "==> Check out PR..."
53+ gh pr checkout "$github_pr_number"
54+ env :
55+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5156 - name : Configure local git
5257 run : |
5358 echo "git user name : $github_user_name"
@@ -130,6 +135,6 @@ jobs:
130135 git commit --message "$github_commit_message [$GITHUB_ACTOR/${GITHUB_SHA::8}]"
131136 echo "==> Push changes..."
132137 echo "Pushing changes to: $main"
133- git push "https://$GITHUB_TOKEN@github.com/Azure/avdaccelerator/tree/main "
138+ git push "https://$GITHUB_TOKEN@github.com/Azure/avdaccelerator/tree/doc-updates "
134139 env :
135140 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 55### Full Parameter Details
66
77A full list of parameter details can be found for the relevant deployment type here:
8- - [ Deploy AVD Baseline] ( ../docs/autoGenerated/deploy-baseline.bicep.md.md )
8+ - [ Deploy AVD Baseline] ( ../docs/autoGenerated/deploy-baseline.bicep.md )
99- [ Deploy AVD Custom Image Baseline] ( ../docs/autoGenerated/deploy-custom-image.bicep.md )
1010
1111### Azure CLI
You can’t perform that action at this time.
0 commit comments