[{"data":1,"prerenderedAt":1169},["ShallowReactive",2],{"navigation":3,"/docs/basics/commits-and-deployments":57,"/docs/basics/commits-and-deployments-surround":1164},[4,23,48],{"title":5,"path":6,"stem":7,"children":8,"icon":22},"Getting Started","/docs/getting-started","1.docs/1.getting-started/1.index",[9,12,17],{"title":10,"path":6,"stem":7,"icon":11},"Introduction","i-lucide-clapperboard",{"title":13,"path":14,"stem":15,"icon":16},"Prerequisites","/docs/getting-started/prerequisites","1.docs/1.getting-started/2.prerequisites","i-lucide-list-checks",{"title":18,"path":19,"stem":20,"icon":21},"Quick Start","/docs/getting-started/quick-start","1.docs/1.getting-started/3.quick-start","i-lucide-zap",false,{"title":24,"path":25,"stem":26,"children":27,"page":22},"Basics","/docs/basics","1.docs/2.basics",[28,33,38,43],{"title":29,"path":30,"stem":31,"icon":32},"Login","/docs/basics/login","1.docs/2.basics/1.login","i-lucide-log-in",{"title":34,"path":35,"stem":36,"icon":37},"Actions","/docs/basics/actions","1.docs/2.basics/2.actions","i-lucide-workflow",{"title":39,"path":40,"stem":41,"icon":42},"Commits & Deployments","/docs/basics/commits-and-deployments","1.docs/2.basics/3.commits-and-deployments","i-lucide-rocket",{"title":44,"path":45,"stem":46,"icon":47},"Configuration","/docs/basics/configuration","1.docs/2.basics/4.configuration","i-lucide-settings",{"title":49,"path":50,"stem":51,"children":52,"page":22},"Troubleshooting","/docs/troubleshooting","1.docs/3.troubleshooting",[53],{"title":54,"path":55,"stem":56,"icon":42},"Setting Deployment Status","/docs/troubleshooting/setting-deployment-status","1.docs/3.troubleshooting/1.setting-deployment-status",{"id":58,"title":39,"body":59,"description":1158,"extension":1159,"meta":1160,"navigation":1161,"path":40,"seo":1162,"stem":41,"__hash__":1163},"docs/1.docs/2.basics/3.commits-and-deployments.md",{"type":60,"value":61,"toc":1147},"minimark",[62,67,87,97,107,114,117,121,132,147,158,161,164,167,184,192,194,198,205,208,216,219,229,232,239,260,266,269,292,294,298,304,307,392,394,398,405,408,416,434,447,456,459,884,886,890,898,911,914,925,928,1043,1045,1048,1053,1056,1069,1072,1075,1101,1103,1105,1111,1114,1122,1127,1134,1143],[63,64,66],"h2",{"id":65},"commits-deployments-view","Commits & Deployments view",[68,69,70,71,74,75,78,79,82,83,86],"p",{},"The ",[72,73,39],"strong",{}," view displays one column for each repository. Repositories are grouped by ",[72,76,77],{},"organization"," and sorted alphabetically by ",[72,80,81],{},"repository name",". Each repository column shows the repository’s ",[72,84,85],{},"main branch",".",[68,88,89,90,92,93,96],{},"Clicking the ",[72,91,81],{}," or the ",[72,94,95],{},"branch name"," opens the repository on GitHub in a new browser tab.",[68,98,99,100,103,104,86],{},"Below the branch name you can see the ",[72,101,102],{},"commit history of the main branch",". Only commits that have been merged into the main branch are shown. Commits from other branches that have not been merged are ",[72,105,106],{},"not displayed",[68,108,109,110,113],{},"To quickly find repositories, you can use the ",[72,111,112],{},"repository filter"," in the toolbar. The filter works the same way as in the Actions view.",[115,116],"hr",{},[63,118,120],{"id":119},"deployments","Deployments",[68,122,123,124,127,128,131],{},"If a commit was deployed using GitHub’s ",[72,125,126],{},"Deployment API",", a ",[72,129,130],{},"deployment tag"," appears on that commit. The tag shows:",[133,134,135,142],"ul",{},[136,137,138,139],"li",{},"the ",[72,140,141],{},"environment name",[136,143,138,144],{},[72,145,146],{},"deployment state",[68,148,149,150,153,154,157],{},"Both ",[72,151,152],{},"active"," and ",[72,155,156],{},"inactive"," deployments are displayed. Tags for inactive deployments appear lighter than active ones.",[68,159,160],{},"Each environment is assigned its own color. These colors do not have a specific meaning—they simply help distinguish environments visually.",[68,162,163],{},"The icon on the right side of the tag represents the deployment status.",[68,165,166],{},"A deployment tag can have one of the following states:",[133,168,169,172,175,178,181],{},[136,170,171],{},"Success",[136,173,174],{},"Error",[136,176,177],{},"In progress",[136,179,180],{},"Waiting",[136,182,183],{},"Skipped",[68,185,186,187,191],{},"If a ",[188,189,190],"code",{},"log_url"," is set for the deployment environment, the tag links to that URL.",[115,193],{},[63,195,197],{"id":196},"triggering-a-deployment","Triggering a deployment",[68,199,200,201,204],{},"To trigger a deployment for a commit, click the ",[72,202,203],{},"deployment button"," (the rocket icon on the right side of the commit entry).",[68,206,207],{},"The deployment dialog is only available if:",[133,209,210,213],{},[136,211,212],{},"deployment environments are configured",[136,214,215],{},"the repository is not archived",[68,217,218],{},"Assume the following environments are configured:",[220,221,226],"pre",{"className":222,"code":224,"language":225},[223],"language-text","dev\nstaging\nproduction\n","text",[188,227,224],{"__ignoreMap":228},"",[68,230,231],{},"The deployment dialog displays all environments along with their current state.",[68,233,234,235,238],{},"Deployments must follow the configured ",[72,236,237],{},"environment order",". For example:",[240,241,242,248,254],"ol",{},[136,243,244,245],{},"Deploy the commit to ",[188,246,247],{},"dev",[136,249,250,251],{},"After a successful deployment, deploy to ",[188,252,253],{},"staging",[136,255,256,257],{},"After that, deploy to ",[188,258,259],{},"production",[68,261,262,263,265],{},"Redeployments to previous environments (for example ",[188,264,247],{},") are also possible.",[68,267,268],{},"A deployment can be triggered only if the following conditions are met:",[133,270,271,274,277,289],{},[136,272,273],{},"Deployments to required environments have completed successfully.",[136,275,276],{},"No deployment is currently in progress for the selected environment (even for other commits).",[136,278,279,280,283,284,86],{},"The commit is in a ",[72,281,282],{},"successful state",". All GitHub check suites for the default branch must have completed successfully, except workflows listed in ",[285,286,288],"a",{"href":287},"#excluded-workflows","excluded-workflows",[136,290,291],{},"The commit history shown in the view is up to date. Otherwise, reload the page first.",[115,293],{},[63,295,297],{"id":296},"creating-a-deployment-request","Creating a deployment request",[68,299,300,301,86],{},"When triggering a deployment, And Action calls GitHub’s REST API to create a deployment. This creates a new deployment for the selected environment with the initial state ",[72,302,303],{},"pending",[68,305,306],{},"The API request includes the following payload properties:",[133,308,309,318,326,341,368,386],{},[136,310,311,314,315],{},[188,312,313],{},"auto_merge",": ",[188,316,317],{},"false",[136,319,320,314,323],{},[188,321,322],{},"description",[188,324,325],{},"\"Deployed via And Action\"",[136,327,328,331,332,334,335,337,338,340],{},[188,329,330],{},"environment",": The name of the environment (for example ",[188,333,247],{},", ",[188,336,253],{},", or ",[188,339,259],{},")",[136,342,343,346,347,350,351],{},[188,344,345],{},"payload",": Additional metadata containing ",[188,348,349],{},"deployment_type",", which can be one of:\n",[133,352,353,358,363],{},[136,354,355],{},[188,356,357],{},"forward",[136,359,360],{},[188,361,362],{},"redeploy",[136,364,365],{},[188,366,367],{},"rollback",[136,369,370,314,373,376,377,380,381,383,384],{},[188,371,372],{},"production_environment",[188,374,375],{},"true"," if the environment is ",[188,378,379],{},"live"," or ",[188,382,259],{},", otherwise ",[188,385,317],{},[136,387,388,391],{},[188,389,390],{},"ref",": The commit SHA",[115,393],{},[63,395,397],{"id":396},"the-deployment-workflow","The deployment workflow",[68,399,400,401,404],{},"When a deployment is created on GitHub, it triggers a GitHub Actions workflow with the ",[188,402,403],{},"deployment"," event.",[68,406,407],{},"This workflow should:",[240,409,410,413],{},[136,411,412],{},"Perform the actual deployment.",[136,414,415],{},"Update the deployment status:",[133,417,418,425],{},[136,419,420,421,424],{},"Set the state to ",[72,422,423],{},"in_progress"," when the deployment starts.",[136,426,420,427,380,430,433],{},[72,428,429],{},"success",[72,431,432],{},"failure"," when it finishes.",[240,435,437],{"start":436},3,[136,438,439,440,443,444,446],{},"Optionally set a ",[72,441,442],{},"log URL"," (",[188,445,190],{},").",[68,448,449,450,452,453,455],{},"If ",[188,451,190],{}," is set, And Action links the deployment tag in the ",[72,454,39],{}," view to that URL. Typically this URL points to the workflow run triggered by the deployment.",[68,457,458],{},"Example deployment workflow:",[220,460,464],{"className":461,"code":462,"language":463,"meta":228,"style":228},"language-yaml shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# \u003Crepository_root>/.github/workflows/deploy.yaml\nname: Deploy\non: [deployment]\n\njobs:\n  deploy:\n    runs-on: ubuntu-22.04\n\n    steps:\n      - name: Set deployment state in progress\n        uses: and-action/action-set-deployment-status@v1\n        with:\n          environment: ${{ github.event.deployment.environment }}\n          state: in_progress\n\n      - uses: actions/checkout@v3\n\n      - name: Deploy\n        # Perform the actual deployment to your infrastructure\n        # (AWS, Heroku, Netlify, Vercel, etc.)\n\n  set-state-success:\n    runs-on: ubuntu-latest\n    permissions:\n      deployments: write\n\n    if: success()\n    needs:\n      - deploy\n    steps:\n      - uses: and-action/action-set-deployment-status@v1\n        with:\n          environment: ${{ github.event.deployment.environment }}\n          state: success\n\n  set-state-failure:\n    runs-on: ubuntu-latest\n    permissions:\n      deployments: write\n\n    if: failure()\n    needs:\n      - deploy\n    steps:\n      - uses: and-action/action-set-deployment-status@v1\n        with:\n          environment: ${{ github.event.deployment.environment }}\n          state: failure\n","yaml",[188,465,466,475,490,506,513,522,530,541,546,554,568,579,587,598,609,614,627,632,643,649,655,660,668,678,686,697,702,713,721,729,736,747,754,763,773,778,786,795,802,811,816,826,833,840,847,858,865,874],{"__ignoreMap":228},[467,468,471],"span",{"class":469,"line":470},"line",1,[467,472,474],{"class":473},"sHwdD","# \u003Crepository_root>/.github/workflows/deploy.yaml\n",[467,476,478,482,486],{"class":469,"line":477},2,[467,479,481],{"class":480},"swJcz","name",[467,483,485],{"class":484},"sMK4o",":",[467,487,489],{"class":488},"sfazB"," Deploy\n",[467,491,492,496,498,501,503],{"class":469,"line":436},[467,493,495],{"class":494},"sfNiH","on",[467,497,485],{"class":484},[467,499,500],{"class":484}," [",[467,502,403],{"class":488},[467,504,505],{"class":484},"]\n",[467,507,509],{"class":469,"line":508},4,[467,510,512],{"emptyLinePlaceholder":511},true,"\n",[467,514,516,519],{"class":469,"line":515},5,[467,517,518],{"class":480},"jobs",[467,520,521],{"class":484},":\n",[467,523,525,528],{"class":469,"line":524},6,[467,526,527],{"class":480},"  deploy",[467,529,521],{"class":484},[467,531,533,536,538],{"class":469,"line":532},7,[467,534,535],{"class":480},"    runs-on",[467,537,485],{"class":484},[467,539,540],{"class":488}," ubuntu-22.04\n",[467,542,544],{"class":469,"line":543},8,[467,545,512],{"emptyLinePlaceholder":511},[467,547,549,552],{"class":469,"line":548},9,[467,550,551],{"class":480},"    steps",[467,553,521],{"class":484},[467,555,557,560,563,565],{"class":469,"line":556},10,[467,558,559],{"class":484},"      -",[467,561,562],{"class":480}," name",[467,564,485],{"class":484},[467,566,567],{"class":488}," Set deployment state in progress\n",[467,569,571,574,576],{"class":469,"line":570},11,[467,572,573],{"class":480},"        uses",[467,575,485],{"class":484},[467,577,578],{"class":488}," and-action/action-set-deployment-status@v1\n",[467,580,582,585],{"class":469,"line":581},12,[467,583,584],{"class":480},"        with",[467,586,521],{"class":484},[467,588,590,593,595],{"class":469,"line":589},13,[467,591,592],{"class":480},"          environment",[467,594,485],{"class":484},[467,596,597],{"class":488}," ${{ github.event.deployment.environment }}\n",[467,599,601,604,606],{"class":469,"line":600},14,[467,602,603],{"class":480},"          state",[467,605,485],{"class":484},[467,607,608],{"class":488}," in_progress\n",[467,610,612],{"class":469,"line":611},15,[467,613,512],{"emptyLinePlaceholder":511},[467,615,617,619,622,624],{"class":469,"line":616},16,[467,618,559],{"class":484},[467,620,621],{"class":480}," uses",[467,623,485],{"class":484},[467,625,626],{"class":488}," actions/checkout@v3\n",[467,628,630],{"class":469,"line":629},17,[467,631,512],{"emptyLinePlaceholder":511},[467,633,635,637,639,641],{"class":469,"line":634},18,[467,636,559],{"class":484},[467,638,562],{"class":480},[467,640,485],{"class":484},[467,642,489],{"class":488},[467,644,646],{"class":469,"line":645},19,[467,647,648],{"class":473},"        # Perform the actual deployment to your infrastructure\n",[467,650,652],{"class":469,"line":651},20,[467,653,654],{"class":473},"        # (AWS, Heroku, Netlify, Vercel, etc.)\n",[467,656,658],{"class":469,"line":657},21,[467,659,512],{"emptyLinePlaceholder":511},[467,661,663,666],{"class":469,"line":662},22,[467,664,665],{"class":480},"  set-state-success",[467,667,521],{"class":484},[467,669,671,673,675],{"class":469,"line":670},23,[467,672,535],{"class":480},[467,674,485],{"class":484},[467,676,677],{"class":488}," ubuntu-latest\n",[467,679,681,684],{"class":469,"line":680},24,[467,682,683],{"class":480},"    permissions",[467,685,521],{"class":484},[467,687,689,692,694],{"class":469,"line":688},25,[467,690,691],{"class":480},"      deployments",[467,693,485],{"class":484},[467,695,696],{"class":488}," write\n",[467,698,700],{"class":469,"line":699},26,[467,701,512],{"emptyLinePlaceholder":511},[467,703,705,708,710],{"class":469,"line":704},27,[467,706,707],{"class":480},"    if",[467,709,485],{"class":484},[467,711,712],{"class":488}," success()\n",[467,714,716,719],{"class":469,"line":715},28,[467,717,718],{"class":480},"    needs",[467,720,521],{"class":484},[467,722,724,726],{"class":469,"line":723},29,[467,725,559],{"class":484},[467,727,728],{"class":488}," deploy\n",[467,730,732,734],{"class":469,"line":731},30,[467,733,551],{"class":480},[467,735,521],{"class":484},[467,737,739,741,743,745],{"class":469,"line":738},31,[467,740,559],{"class":484},[467,742,621],{"class":480},[467,744,485],{"class":484},[467,746,578],{"class":488},[467,748,750,752],{"class":469,"line":749},32,[467,751,584],{"class":480},[467,753,521],{"class":484},[467,755,757,759,761],{"class":469,"line":756},33,[467,758,592],{"class":480},[467,760,485],{"class":484},[467,762,597],{"class":488},[467,764,766,768,770],{"class":469,"line":765},34,[467,767,603],{"class":480},[467,769,485],{"class":484},[467,771,772],{"class":488}," success\n",[467,774,776],{"class":469,"line":775},35,[467,777,512],{"emptyLinePlaceholder":511},[467,779,781,784],{"class":469,"line":780},36,[467,782,783],{"class":480},"  set-state-failure",[467,785,521],{"class":484},[467,787,789,791,793],{"class":469,"line":788},37,[467,790,535],{"class":480},[467,792,485],{"class":484},[467,794,677],{"class":488},[467,796,798,800],{"class":469,"line":797},38,[467,799,683],{"class":480},[467,801,521],{"class":484},[467,803,805,807,809],{"class":469,"line":804},39,[467,806,691],{"class":480},[467,808,485],{"class":484},[467,810,696],{"class":488},[467,812,814],{"class":469,"line":813},40,[467,815,512],{"emptyLinePlaceholder":511},[467,817,819,821,823],{"class":469,"line":818},41,[467,820,707],{"class":480},[467,822,485],{"class":484},[467,824,825],{"class":488}," failure()\n",[467,827,829,831],{"class":469,"line":828},42,[467,830,718],{"class":480},[467,832,521],{"class":484},[467,834,836,838],{"class":469,"line":835},43,[467,837,559],{"class":484},[467,839,728],{"class":488},[467,841,843,845],{"class":469,"line":842},44,[467,844,551],{"class":480},[467,846,521],{"class":484},[467,848,850,852,854,856],{"class":469,"line":849},45,[467,851,559],{"class":484},[467,853,621],{"class":480},[467,855,485],{"class":484},[467,857,578],{"class":488},[467,859,861,863],{"class":469,"line":860},46,[467,862,584],{"class":480},[467,864,521],{"class":484},[467,866,868,870,872],{"class":469,"line":867},47,[467,869,592],{"class":480},[467,871,485],{"class":484},[467,873,597],{"class":488},[467,875,877,879,881],{"class":469,"line":876},48,[467,878,603],{"class":480},[467,880,485],{"class":484},[467,882,883],{"class":488}," failure\n",[115,885],{},[63,887,889],{"id":888},"configuration-options","Configuration options",[891,892,893],"note",{},[68,894,895,896,86],{},"For a detailed explanation of And Action's configuration, see ",[285,897,44],{"href":45},[68,899,900,901,903,904,906,907,910],{},"Options for the ",[72,902,39],{}," view are defined under the ",[188,905,403],{}," property in your ",[188,908,909],{},"andaction.yml"," file.",[68,912,913],{},"Two options are currently available:",[133,915,916,921],{},[136,917,918],{},[188,919,920],{},"environments",[136,922,923],{},[188,924,288],{},[68,926,927],{},"Example configuration:",[220,929,931],{"className":461,"code":930,"language":463,"meta":228,"style":228},"deployment:\n  environments:\n    - name: dev\n    - name: test\n    - name: staging\n      requires:\n        - dev\n        - test\n    - name: production\n      requires:\n        - staging\n  excluded-workflows:\n    - Deploy\n    - Manually deploy app\n",[188,932,933,939,946,958,969,980,987,994,1000,1011,1017,1023,1030,1036],{"__ignoreMap":228},[467,934,935,937],{"class":469,"line":470},[467,936,403],{"class":480},[467,938,521],{"class":484},[467,940,941,944],{"class":469,"line":477},[467,942,943],{"class":480},"  environments",[467,945,521],{"class":484},[467,947,948,951,953,955],{"class":469,"line":436},[467,949,950],{"class":484},"    -",[467,952,562],{"class":480},[467,954,485],{"class":484},[467,956,957],{"class":488}," dev\n",[467,959,960,962,964,966],{"class":469,"line":508},[467,961,950],{"class":484},[467,963,562],{"class":480},[467,965,485],{"class":484},[467,967,968],{"class":488}," test\n",[467,970,971,973,975,977],{"class":469,"line":515},[467,972,950],{"class":484},[467,974,562],{"class":480},[467,976,485],{"class":484},[467,978,979],{"class":488}," staging\n",[467,981,982,985],{"class":469,"line":524},[467,983,984],{"class":480},"      requires",[467,986,521],{"class":484},[467,988,989,992],{"class":469,"line":532},[467,990,991],{"class":484},"        -",[467,993,957],{"class":488},[467,995,996,998],{"class":469,"line":543},[467,997,991],{"class":484},[467,999,968],{"class":488},[467,1001,1002,1004,1006,1008],{"class":469,"line":548},[467,1003,950],{"class":484},[467,1005,562],{"class":480},[467,1007,485],{"class":484},[467,1009,1010],{"class":488}," production\n",[467,1012,1013,1015],{"class":469,"line":556},[467,1014,984],{"class":480},[467,1016,521],{"class":484},[467,1018,1019,1021],{"class":469,"line":570},[467,1020,991],{"class":484},[467,1022,979],{"class":488},[467,1024,1025,1028],{"class":469,"line":581},[467,1026,1027],{"class":480},"  excluded-workflows",[467,1029,521],{"class":484},[467,1031,1032,1034],{"class":469,"line":589},[467,1033,950],{"class":484},[467,1035,489],{"class":488},[467,1037,1038,1040],{"class":469,"line":600},[467,1039,950],{"class":484},[467,1041,1042],{"class":488}," Manually deploy app\n",[115,1044],{},[1046,1047,920],"h3",{"id":920},[68,1049,70,1050,1052],{},[188,1051,920],{}," property defines the available deployment environments in the order they appear in the deployment dialog.",[68,1054,1055],{},"Each environment contains:",[133,1057,1058,1063],{},[136,1059,1060,1061],{},"a ",[72,1062,481],{},[136,1064,1065,1066],{},"optionally a list of ",[72,1067,1068],{},"required environments",[68,1070,1071],{},"Required environments must be deployed successfully before a deployment to the current environment is allowed.",[68,1073,1074],{},"In the example above:",[133,1076,1077,1085,1094],{},[136,1078,1079,153,1081,1084],{},[188,1080,247],{},[188,1082,1083],{},"test"," can be deployed at any time",[136,1086,1087,1089,1090,153,1092],{},[188,1088,253],{}," requires successful deployments to ",[188,1091,247],{},[188,1093,1083],{},[136,1095,1096,1098,1099],{},[188,1097,259],{}," requires a successful deployment to ",[188,1100,253],{},[115,1102],{},[1046,1104,288],{"id":288},[68,1106,1107,1108,1110],{},"To trigger a deployment, the commit must be in a ",[72,1109,282],{},". This means all checks and workflow runs must have completed successfully.",[68,1112,1113],{},"Sometimes workflows should not be considered for this check—for example:",[133,1115,1116,1119],{},[136,1117,1118],{},"manual deployment workflows",[136,1120,1121],{},"workflows for demo or preview environments",[68,1123,1124,1125,86],{},"These workflows can be excluded using ",[188,1126,288],{},[68,1128,1129,1130,1133],{},"The list items refer to the ",[72,1131,1132],{},"workflow name defined inside the workflow file",", not the filename.",[891,1135,1136],{},[68,1137,1138,1139,1142],{},"The deploy workflow ",[72,1140,1141],{},"must be included"," in this list. Otherwise it would not be possible to redeploy a commit after a failed deployment.",[1144,1145,1146],"style",{},"html pre.shiki code .sHwdD, html code.shiki .sHwdD{--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic}html pre.shiki code .swJcz, html code.shiki .swJcz{--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178}html pre.shiki code .sMK4o, html code.shiki .sMK4o{--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF}html pre.shiki code .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}html pre.shiki code .sfNiH, html code.shiki .sfNiH{--shiki-light:#FF5370;--shiki-default:#FF9CAC;--shiki-dark:#FF9CAC}html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":228,"searchDepth":477,"depth":477,"links":1148},[1149,1150,1151,1152,1153,1154],{"id":65,"depth":477,"text":66},{"id":119,"depth":477,"text":120},{"id":196,"depth":477,"text":197},{"id":296,"depth":477,"text":297},{"id":396,"depth":477,"text":397},{"id":888,"depth":477,"text":889,"children":1155},[1156,1157],{"id":920,"depth":436,"text":920},{"id":288,"depth":436,"text":288},"The Commits & Deployments view provides an overview of your repositories' commit history, which commits are deployed and allows triggering deployments.","md",{},{"icon":42},{"title":39,"description":1158},"i4ivahUs6xzJyiX2XV30qVsEyxB7J72Zn66I0X0Yls4",[1165,1167],{"title":34,"path":35,"stem":36,"description":1166,"icon":37,"children":-1},"The Actions view provides an overview of your repositories and their workflows, allowing you to quickly see the latest workflow status.",{"title":44,"path":45,"stem":46,"description":1168,"icon":47,"children":-1},"A detailed explanation of configuration files and how they are combined.",1776194514770]