This repository was archived by the owner on Sep 9, 2025. It is now read-only.
Bump @types/google-apps-script from 2.0.0 to 2.0.1 #459
Workflow file for this run
This file contains hidden or 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
| name: Ninja i18n action | |
| on: pull_request_target | |
| permissions: | |
| pull-requests: write # Necessary to comment on PRs | |
| issues: read # Necessary to read issue comments | |
| contents: read # Necessary to access the repo content | |
| jobs: | |
| ninja-i18n: | |
| name: Ninja i18n | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Run Ninja i18n | |
| uses: opral/ninja-i18n-action@main | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |