Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed May 27, 2024
1 parent 13dbf19 commit d3d0f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/editors-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add .
git commit -m "Update ${{ matrix.spec.name }} -m "Generated by https://github.com/w3c/aria-common/commit/${{ github.sha }}" || true"
git commit -m "Update ${{ matrix.spec.name }} -m Generated by https://github.com/w3c/aria/commit/${{ github.sha }}" || true
git push

0 comments on commit d3d0f5e

Please sign in to comment.