diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-10-09 01:06:19 -0700 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2025-10-09 01:06:20 -0700 |
| commit | a29c90c3b0bdc355b8b6795488db3aeba2996575 (patch) | |
| tree | a9277c1ae742096d70509ba8db9b5520ee7c9c3a | |
| parent | baa1aad28bf82a4dfbb3b0a05aca3cb5cfd0027f (diff) | |
sync_default_gems.yml: Include the gem name in the job name
| -rw-r--r-- | .github/workflows/sync_default_gems.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sync_default_gems.yml b/.github/workflows/sync_default_gems.yml index ac43669527..3912f567e3 100644 --- a/.github/workflows/sync_default_gems.yml +++ b/.github/workflows/sync_default_gems.yml @@ -17,7 +17,7 @@ on: jobs: sync_default_gems: - name: Sync default gems + name: Sync default gem ${{ github.event.inputs.gem }} permissions: contents: write # for Git to git push |
