summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-16 11:05:54 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-16 11:05:54 -0700
commit182f4f0d1c88771e688ad37e571282c67c1dbf19 (patch)
tree4115e401355fc094a2f829cdda2963647b28cc2f /.github
parented18093200f94e964a0ad1c91272b3266364198b (diff)
downloadruby-182f4f0d1c88771e688ad37e571282c67c1dbf19.tar.gz
Fix a bindgen CI failure
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rjit-bindgen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rjit-bindgen.yml b/.github/workflows/rjit-bindgen.yml
index e7a030f599..316918da4d 100644
--- a/.github/workflows/rjit-bindgen.yml
+++ b/.github/workflows/rjit-bindgen.yml
@@ -83,7 +83,7 @@ jobs:
payload: |
{
"ci": "GitHub Actions",
- "env": "${{ matrix.os }} / ${{ matrix.test_task }}${{ matrix.configure }}",
+ "env": "RJIT / bindgen",
"url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}",
"commit": "${{ github.sha }}",
"branch": "${{ github.ref_name }}"