diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2022-12-15 10:45:40 -0800 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2022-12-15 10:45:41 -0800 |
| commit | 8b0e44214c91ceddf6e7189348bad07e8983fca7 (patch) | |
| tree | 50eca92a816afedd39923b7227a4f2d063bb8dba | |
| parent | e25beac145dd3b3943dcf270a2f0d7c7f8c12e60 (diff) | |
Fix missing variables
It was a bad copy-paste.
| -rw-r--r-- | .github/workflows/bundled_gems.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/wasm.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/bundled_gems.yml b/.github/workflows/bundled_gems.yml index 93cebaf435..c273c9d57d 100644 --- a/.github/workflows/bundled_gems.yml +++ b/.github/workflows/bundled_gems.yml @@ -149,7 +149,7 @@ jobs: payload: | { "ci": "GitHub Actions", - "env": "${{ github.workflow }} / ${{ matrix.test_task }} ${{ matrix.configure }}${{ matrix.arch }}", + "env": "${{ github.workflow }} / update", "url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}", "commit": "${{ github.sha }}", "branch": "${{ github.ref_name }}" diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index f5d26460b0..44e10f01c3 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -115,7 +115,7 @@ jobs: payload: | { "ci": "GitHub Actions", - "env": "${{ github.workflow }} / ${{ matrix.test_task }} ${{ matrix.configure }}${{ matrix.arch }}", + "env": "${{ github.workflow }} / ${{ matrix.name }}", "url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}", "commit": "${{ github.sha }}", "branch": "${{ github.ref_name }}" |
