Test job #2
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: | |
workflow_dispatch: | |
jobs: | |
test-job: | |
runs-on: ubuntu-latest | |
name: Test job to run the custom action | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Update locales | |
uses: ./ | |
with: | |
tolgee-secret: ${{ secrets.TOLGEE_API_KEY }} |