mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-04-28 22:50:24 +03: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) }}
|
${{ toJSON(github) }}
|
||||||
EOF
|
EOF
|
||||||
- uses: https://data.forgejo.org/actions/git-backporting@v4.8.4
|
- uses: https://data.forgejo.org/actions/git-backporting@v4.8.4
|
||||||
|
if: secrets.WEBSITETOKEN != ''
|
||||||
with:
|
with:
|
||||||
target-branch-pattern: '^backport/(?<target>(v.*))$'
|
target-branch-pattern: '^backport/(?<target>(v.*))$'
|
||||||
strategy: ort
|
strategy: ort
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue