mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-28 16:08:10 +01:00
Fix environment variable reference in workflow
This commit is contained in:
parent
8471507115
commit
2e6458dbcc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/translate-strings.yml
vendored
2
.github/workflows/translate-strings.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
GH_REF: ${{ github.ref }} # sonar rule:githubactions:S7630 - avoid injection
|
||||
with:
|
||||
token: ${{ secrets.PNGX_BOT_PAT }}
|
||||
ref: $GH_REF
|
||||
ref: ${{ env.GH_REF }}
|
||||
- name: Set up Python
|
||||
id: setup-python
|
||||
uses: actions/setup-python@v6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue