1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-01 16:21:03 +00:00

Fix language build environment variables (#2465)

This commit is contained in:
2024-03-31 01:15:39 -05:00
parent 4b92316774
commit 139a206367
4 changed files with 69 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ jobs:
repository: ${{ inputs.repo }}
ref: ${{ inputs.ref }}
persist-credentials: 'false'
fetch-depth: 0
- uses: actions/download-artifact@v4
with:
@@ -106,6 +107,7 @@ jobs:
with:
path: includes/strings.${{ inputs.lang }}.env
export-variables: true
keys-case: bypass
- env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}