fixed: Fixed an issue where the font size of the resource is too large due to the parent element's font size being overridden #16464
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push, pull_request, release] | |
name: JumpServer repos generic handler | |
jobs: | |
generic_handler: | |
name: Run generic handler | |
runs-on: ubuntu-latest | |
steps: | |
- uses: jumpserver/action-generic-handler@master | |
env: | |
GITHUB_TOKEN: ${{ secrets.PRIVATE_TOKEN }} | |
I18N_TOKEN: ${{ secrets.I18N_TOKEN }} |