Skip to content

Commit 1e46a12

Browse files
authored
Merge branch 'main' into patch-1
2 parents bcfcccd + b19bc14 commit 1e46a12

File tree

6 files changed

+459
-249
lines changed

6 files changed

+459
-249
lines changed

.github/workflows/wpt-test.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,6 @@ jobs:
3535
WPT_API_KEY: ${{ secrets.HA_API_KEY }}
3636
PR_BODY: ${{ github.event.pull_request.body }}
3737

38-
- name: Upload artifact if needed
39-
id: artifact-upload-step
40-
uses: actions/upload-artifact@v4
41-
with:
42-
path: artifact.md
43-
44-
- name: Update comment.md
45-
run: |
46-
if grep -q "{artifact-url}" comment.md; then
47-
artifact_url="${{ steps.artifact-upload-step.outputs.artifact-url }}"
48-
sed -i "s|{artifact-url}|$artifact_url|g" comment.md
49-
echo "Placeholder {artifact-url} replaced with a value: $artifact_url."
50-
else
51-
echo "No placeholder {artifact-url} found in comment.md."
52-
fi
53-
5438
- name: Add comment to PR
5539
uses: mshick/add-pr-comment@v2
5640
if: always()

0 commit comments

Comments
 (0)