Skip to content

Commit

Permalink
Make Job Name Dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Jan 4, 2024
1 parent 8335eb2 commit 3e8868d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updateEnglishLang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
updateEnglishLang:
name: Update English Lang
name: Update English Lang (${{ github.event.client_payload.module || github.event.inputs.module }})
runs-on: ubuntu-latest
env:
# Falls back to workflow_dispatch input if not repository_dispatch
Expand Down

0 comments on commit 3e8868d

Please sign in to comment.