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.
2 parents 31cca2b + b19bc14 commit 2792b10Copy full SHA for 2792b10
.github/workflows/wpt-test.yml
@@ -35,22 +35,6 @@ jobs:
35
WPT_API_KEY: ${{ secrets.HA_API_KEY }}
36
PR_BODY: ${{ github.event.pull_request.body }}
37
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
54
- name: Add comment to PR
55
uses: mshick/add-pr-comment@v2
56
if: always()
0 commit comments