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 9d3aed7 commit 980f7aaCopy full SHA for 980f7aa
.github/workflows/pr-preview.yml
@@ -22,11 +22,6 @@ jobs:
22
${{ runner.os }}-node-
23
- name: Install dependencies
24
run: npm ci
25
- - name: Configure git
26
- run: |
27
- git config --global url."https://daniel-montalvo:wcag-act-rules:${{ secrets.PAT_TOKEN }}@github.com".insteadOf "https://github.com"
28
- git config --global user.name "daniel-montalvo"
29
- git config --global user.email "users.noreply@github.com"
30
- name: Build and deploy WAI update
31
run: npm run pr:preview
32
- name: Comment on PR with preview link
0 commit comments