mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +10:00
fix(ci): update actions
This commit is contained in:
3
.github/workflows/publish-docker-image.yml
vendored
3
.github/workflows/publish-docker-image.yml
vendored
@ -2,6 +2,9 @@ name: Publish Docker Image
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- v4
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
27
.github/workflows/update-translations.yml
vendored
27
.github/workflows/update-translations.yml
vendored
@ -1,27 +0,0 @@
|
||||
name: Update Translations
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- v4
|
||||
|
||||
jobs:
|
||||
update-translations:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
- name: Sync Sources with Crowdin
|
||||
uses: crowdin/github-action@v1.14.1
|
||||
with:
|
||||
upload_sources: true
|
||||
upload_translations: false
|
||||
create_pull_request: false
|
||||
download_translations: false
|
||||
localization_branch_name: l10n
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
CROWDIN_PROJECT_ID: "503410"
|
||||
CROWDIN_ACCESS_TOKEN: ${{ secrets.CROWDIN_TOKEN }}
|
||||
Reference in New Issue
Block a user