Skip to content

Commit cab1708

Browse files
committed
Fix typo
Github -> GitHub
1 parent 0644dd9 commit cab1708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/deploy-nextjs-static-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ By default, the application is treated as a hybrid rendered Next.js application,
142142
uses: azure/static-web-apps-deploy@latest
143143
with:
144144
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_TOKEN }}
145-
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
145+
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for GitHub integrations (i.e. PR comments)
146146
action: "upload"
147147
app_location: "/" # App source code path
148148
api_location: "" # Api source code path - optional

0 commit comments

Comments
 (0)