Skip to content

Commit

Permalink
Fix Wasm spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
past committed Nov 19, 2024
1 parent db3b603 commit df39ea3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/update-wasm-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update WASM tests
name: Update Wasm tests

on:
# Trigger at every Sunday UTC noon, or manually.
Expand All @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
with:
path: main
- name: Checkout WASM repo
- name: Checkout Wasm repo
uses: actions/checkout@v4
with:
repository: WebAssembly/spec
Expand All @@ -29,7 +29,7 @@ jobs:
run: cd wasm-spec/interpreter && opam exec make
- name: Convert WAST tests to WPT
run: wasm-spec/test/build.py --dont-recompile --html wasm-spec/out/
- name: Copy WASM tests to WPT
- name: Copy Wasm tests to WPT
# Replace wasm/core entirely and fix up testharness paths.
run: |
rm -rf main/wasm/core
Expand All @@ -51,7 +51,7 @@ jobs:
GIT_AUTHOR_NAME: "wpt-pr-bot"
GIT_AUTHOR_EMAIL: "wpt-pr-bot@users.noreply.github.com"
BRANCH_PREFIX: "wasm-update"
COMMIT_TITLE: "Update WASM tests"
COMMIT_TITLE: "Update Wasm tests"
- name: Create PR
# Check outcome for success as continue-on-error will mask failure.
if: ${{ steps.commit.outcome == 'success' }}
Expand All @@ -61,5 +61,5 @@ jobs:
gh pr create --title "$COMMIT_TITLE" --body "$PR_BODY" --reviewer past
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMMIT_TITLE: "Update WASM tests"
COMMIT_TITLE: "Update Wasm tests"
PR_BODY: "Scheduled weekly update auto-generated by the '${{ github.workflow }}' workflow."

0 comments on commit df39ea3

Please sign in to comment.