Tweaking PR creation step.
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
elif [ $? -eq 1 ]; then
|
elif [ $? -eq 1 ]; then
|
||||||
echo "PR does not exist, creating..."
|
echo "PR does not exist, creating..."
|
||||||
tea pr c -r "${{ github.repository }}" -t "Automated PR for ${{ github.ref_name }}" -d "Automated PR for ${{ github.ref_name }}
|
tea pr c -r "${{ github.repository }}" -t "Automated PR for ${{ github.ref_name }}" -d "Automated PR for ${{ github.ref_name }}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
docker-compose-test:
|
docker-compose-test:
|
||||||
|
|||||||
Reference in New Issue
Block a user