Minor tweak to Actions.
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
chmod +x /usr/local/bin/tea
|
||||
echo "Listing PRs..."
|
||||
tea login add --name gitea-rinoa --url ${{ vars.RINOA_GITEA_URL }} --user gitea-sonarqube-bot --password "${{ secrets.BOT_GITEA_PASSWORD }}" --token ${{ secrets.BOT_GITEA_TOKEN }}
|
||||
tea pr ls --repo ${{ github.repository }} --state open --fields index,title,head,state --output csv | egrep -q 'open'
|
||||
tea pr ls --repo ${{ github.repository }} --state open --fields index,title,head,state --output csv | egrep 'open'
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "PR already exists. Skipping PR creation."
|
||||
echo "pr_state=open" >> "$GITHUB_OUTPUT"
|
||||
|
||||
Reference in New Issue
Block a user