Skip to content

Conversation

@dtsengchromium
Copy link

No description provided.

@netlify
Copy link

netlify bot commented Nov 25, 2025

Deploy Preview for wai-aria ready!

Name Link
🔨 Latest commit 685012c
🔍 Latest deploy log https://app.netlify.com/projects/wai-aria/deploys/6934829f7448cb0008db89af
😎 Deploy Preview https://deploy-preview-2680--wai-aria.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

@cyns cyns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. Excited to see Android getting added!

@dtsengchromium
Copy link
Author

Thanks, Cynthia! (great to see your name).

I suspect the CI failure[1] is happening because the workflow is configured to fetch the branch name directly from origin (the main repo), but my branch exists on a fork.

Some AI-suggested fixes[2] to this issue. I haven't spent time looking at this but can given appropriate perms. Probably simpler if someone with write access can do it :).

1. +refs/tags/android_frontmatter*:refs/tags/android_frontmatter*
  Error: The process '/usr/bin/git' failed with exit code 1

 https://github.com/w3c/aria/actions/runs/19685387275/job/56389556047?pr=2680

2.  Suggestion: Could you verify the workflow configuration? Usually, removing the ref input allows actions/checkout to handle forks automatically by checking out the PR's merge commit instead of the branch name.

Example fix:

YAML

# Change this:
- uses: actions/checkout@v4
  with:
    ref: ${{ github.head_ref }}

# To this (use default behavior):
- uses: actions/checkout@v4
"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants