mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-01-21 02:12:15 -05:00
chore(ci): do not try to backport if the secret is missing
This commit is contained in:
parent
02402ce1c2
commit
878243bd89
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ jobs:
|
|||
${{ toJSON(github) }}
|
||||
EOF
|
||||
- uses: https://data.forgejo.org/actions/git-backporting@v4.8.4
|
||||
if: secrets.WEBSITETOKEN != ''
|
||||
with:
|
||||
target-branch-pattern: '^backport/(?<target>(v.*))$'
|
||||
strategy: ort
|
||||
|
|
Loading…
Add table
Reference in a new issue